Html Css Color HEX #C6ED35 Pear

📋 copy color: '#C6ED35'

red 198 ◦ green 237 ◦ blue 53

#C6ED35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #C6ED35

Tints of Pear #C6ED35

RGB

 RED value IS 198 (77.73% from 255) = 40.57%

 GREEN value IS 237 (92.97% from 255) = 48.57%

 BLUE value IS 53 (21.09% from 255) = 10.86%

R = 40.57%
G = 48.57%
B = 10.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6ED35 (or 0xC6ED35) is known color: Pear. HEX triplet: C6, ED and 35. RGB value is (198,237,53). Sum of RGB (Red+Green+Blue) = 198+237+53=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6ED35 is #3912CA. Grayscale: #CDCDCD. Windows color (decimal): -3740363 or 3534278. OLE color: 3534278.

HSL color Cylindrical-coordinate representation of color #C6ED35: hue angle of 72.72º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6ED35 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 237 53 -
CMYK 0.16 0 0.78 0.07
HSL 72.72º 0.84% 0.57% -
HSV(B) 72.72º 0.78% 0.93% -
XYZ 54.22 72.83 14.57 -
YUV 204.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 198 237 53 0.16 0 0.78 0.07 72.72 0.84 0.57
Hex C6 ED 35 10 0 4E 7 49 54 39
Octal 306 355 65 20 0 116 7 111 124 71
Binary 11000110 11101101 110101 10000 0 1001110 111 1001001 1010100 111001

Color Harmonies of #C6ED35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ED35

Black with #C6ED35

Text Example


Text Example

White with #C6ED35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ED35; }

 p { color: rgb(198,237,53); }

 H1.HeaderClassName
 {
   color: #C6ED35;
 }
 .AnyTagClassName
 {
   color: #C6ED35;
 }
</style>

background-color css

<style>
 a { background-color: #C6ED35; }

 a { background-color: rgb(198,237,53); }

 div.DivClassName
 {
   background-color: #C6ED35;
 }
 .BgClassName
 {
   background-color: #C6ED35;
 }
</style>

border-color css

<style>
 span { border-color: #C6ED35; }

 span { border-color: rgb(198,237,53); }

 td.TdClassName
 {
   border-color: #C6ED35;
 }
 .TagClassName
 {
   border-color: #C6ED35;
 }
</style>