Html Css Color HEX #CEEC34 Pear

📋 copy color: '#CEEC34'

red 206 ◦ green 236 ◦ blue 52

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

Shades of Pear #CEEC34

Tints of Pear #CEEC34

RGB

 RED value IS 206 (80.86% from 255) = 41.7%

 GREEN value IS 236 (92.58% from 255) = 47.77%

 BLUE value IS 52 (20.7% from 255) = 10.53%

R = 41.7%
G = 47.77%
B = 10.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#CEEC34 (or 0xCEEC34) is known color: Pear. HEX triplet: CE, EC and 34. RGB value is (206,236,52). Sum of RGB (Red+Green+Blue) = 206+236+52=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC34 is #3113CB. Grayscale: #CECECE. Windows color (decimal): -3216332 or 3468494. OLE color: 3468494.

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

Color convert

RGB 206 236 52 -
CMYK 0.13 0 0.78 0.07
HSL 69.78º 0.83% 0.56% -
HSV(B) 69.78º 0.78% 0.93% -
XYZ 56.07 73.36 14.45 -
YUV 206.05 41.06 127.96 -
System Red Green Blue C M Y K H S L
Decimal 206 236 52 0.13 0 0.78 0.07 69.78 0.83 0.56
Hex CE EC 34 D 0 4E 7 46 53 38
Octal 316 354 64 15 0 116 7 106 123 70
Binary 11001110 11101100 110100 1101 0 1001110 111 1000110 1010011 111000

Color Harmonies of #CEEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC34

Black with #CEEC34

Text Example


Text Example

White with #CEEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC34; }

 p { color: rgb(206,236,52); }

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

background-color css

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

 a { background-color: rgb(206,236,52); }

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

border-color css

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

 span { border-color: rgb(206,236,52); }

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