Html Css Color HEX #CEEE29 Pear

📋 copy color: '#CEEE29'

red 206 ◦ green 238 ◦ blue 41

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

Shades of Pear #CEEE29

Tints of Pear #CEEE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.45%

R = 42.47%
G = 49.07%
B = 8.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#CEEE29 (or 0xCEEE29) is known color: Pear. HEX triplet: CE, EE and 29. RGB value is (206,238,41). Sum of RGB (Red+Green+Blue) = 206+238+41=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 41 (16.41% from 255 or 8.45% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE29 is #3111D6. Grayscale: #CECECE. Windows color (decimal): -3215831 or 2748110. OLE color: 2748110.

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

Color convert

RGB 206 238 41 -
CMYK 0.13 0 0.83 0.07
HSL 69.75º 0.85% 0.55% -
HSV(B) 69.75º 0.83% 0.93% -
XYZ 56.43 74.43 13.49 -
YUV 205.97 34.9 128.02 -
System Red Green Blue C M Y K H S L
Decimal 206 238 41 0.13 0 0.83 0.07 69.75 0.85 0.55
Hex CE EE 29 D 0 53 7 46 55 37
Octal 316 356 51 15 0 123 7 106 125 67
Binary 11001110 11101110 101001 1101 0 1010011 111 1000110 1010101 110111

Color Harmonies of #CEEE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE29

Black with #CEEE29

Text Example


Text Example

White with #CEEE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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