Html Css Color HEX #CEEE34 Pear

📋 copy color: '#CEEE34'

red 206 ◦ green 238 ◦ blue 52

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

Shades of Pear #CEEE34

Tints of Pear #CEEE34

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.98%

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

R = 41.53%
G = 47.98%
B = 10.48%

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

#CEEE34 (or 0xCEEE34) is known color: Pear. HEX triplet: CE, EE and 34. RGB value is (206,238,52). Sum of RGB (Red+Green+Blue) = 206+238+52=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE34 is #3111CB. Grayscale: #CFCFCF. Windows color (decimal): -3215820 or 3469006. OLE color: 3469006.

HSL color Cylindrical-coordinate representation of color #CEEE34: hue angle of 70.32º degrees, saturation: 0.85, 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 #CEEE34 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 52 -
CMYK 0.13 0 0.78 0.07
HSL 70.32º 0.85% 0.57% -
HSV(B) 70.32º 0.78% 0.93% -
XYZ 56.65 74.52 14.65 -
YUV 207.23 40.4 127.12 -
System Red Green Blue C M Y K H S L
Decimal 206 238 52 0.13 0 0.78 0.07 70.32 0.85 0.57
Hex CE EE 34 D 0 4E 7 46 55 39
Octal 316 356 64 15 0 116 7 106 125 71
Binary 11001110 11101110 110100 1101 0 1001110 111 1000110 1010101 111001

Color Harmonies of #CEEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE34

Black with #CEEE34

Text Example


Text Example

White with #CEEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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