Html Css Color HEX #CEED18 Pear

📋 copy color: '#CEED18'

red 206 ◦ green 237 ◦ blue 24

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

Shades of Pear #CEED18

Tints of Pear #CEED18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.14%

R = 44.11%
G = 50.75%
B = 5.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#CEED18 (or 0xCEED18) is known color: Pear. HEX triplet: CE, ED and 18. RGB value is (206,237,24). Sum of RGB (Red+Green+Blue) = 206+237+24=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED18 is #3112E7. Grayscale: #CCCCCC. Windows color (decimal): -3216104 or 1633742. OLE color: 1633742.

HSL color Cylindrical-coordinate representation of color #CEED18: hue angle of 68.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEED18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 24 -
CMYK 0.13 0 0.90 0.07
HSL 68.73º 0.86% 0.51% -
HSV(B) 68.73º 0.9% 0.93% -
XYZ 55.9 73.76 12.15 -
YUV 203.45 26.73 129.82 -
System Red Green Blue C M Y K H S L
Decimal 206 237 24 0.13 0 0.90 0.07 68.73 0.86 0.51
Hex CE ED 18 D 0 5A 7 45 56 33
Octal 316 355 30 15 0 132 7 105 126 63
Binary 11001110 11101101 11000 1101 0 1011010 111 1000101 1010110 110011

Color Harmonies of #CEED18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED18

Black with #CEED18

Text Example


Text Example

White with #CEED18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED18; }

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

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

background-color css

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

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

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

border-color css

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

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

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