Html Css Color HEX #CEED36 Pear

📋 copy color: '#CEED36'

red 206 ◦ green 237 ◦ blue 54

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

Shades of Pear #CEED36

Tints of Pear #CEED36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.87%

R = 41.45%
G = 47.69%
B = 10.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#CEED36 (or 0xCEED36) is known color: Pear. HEX triplet: CE, ED and 36. RGB value is (206,237,54). Sum of RGB (Red+Green+Blue) = 206+237+54=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED36 is #3112C9. Grayscale: #CFCFCF. Windows color (decimal): -3216074 or 3599822. OLE color: 3599822.

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

Color convert

RGB 206 237 54 -
CMYK 0.13 0 0.77 0.07
HSL 70.16º 0.84% 0.57% -
HSV(B) 70.16º 0.77% 0.93% -
XYZ 56.4 73.96 14.79 -
YUV 206.87 41.73 127.38 -
System Red Green Blue C M Y K H S L
Decimal 206 237 54 0.13 0 0.77 0.07 70.16 0.84 0.57
Hex CE ED 36 D 0 4D 7 46 54 39
Octal 316 355 66 15 0 115 7 106 124 71
Binary 11001110 11101101 110110 1101 0 1001101 111 1000110 1010100 111001

Color Harmonies of #CEED36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED36

Black with #CEED36

Text Example


Text Example

White with #CEED36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED36; }

 p { color: rgb(206,237,54); }

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

background-color css

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

 a { background-color: rgb(206,237,54); }

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

border-color css

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

 span { border-color: rgb(206,237,54); }

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