Html Css Color HEX #CDE012 Pear

📋 copy color: '#CDE012'

red 205 ◦ green 224 ◦ blue 18

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

Shades of Pear #CDE012

Tints of Pear #CDE012

RGB

 RED value IS 205 (80.47% from 255) = 45.86%

 GREEN value IS 224 (87.89% from 255) = 50.11%

 BLUE value IS 18 (7.42% from 255) = 4.03%

R = 45.86%
G = 50.11%
B = 4.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CDE012 (or 0xCDE012) is known color: Pear. HEX triplet: CD, E0 and 12. RGB value is (205,224,18). Sum of RGB (Red+Green+Blue) = 205+224+18=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE012 is #321FED. Grayscale: #C3C3C3. Windows color (decimal): -3284974 or 1237197. OLE color: 1237197.

HSL color Cylindrical-coordinate representation of color #CDE012: hue angle of 65.53º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDE012 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 224 18 -
CMYK 0.08 0 0.92 0.12
HSL 65.53º 0.85% 0.47% -
HSV(B) 65.53º 0.92% 0.88% -
XYZ 51.94 66.33 10.64 -
YUV 194.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 205 224 18 0.08 0 0.92 0.12 65.53 0.85 0.47
Hex CD E0 12 8 0 5C C 42 55 2F
Octal 315 340 22 10 0 134 14 102 125 57
Binary 11001101 11100000 10010 1000 0 1011100 1100 1000010 1010101 101111

Color Harmonies of #CDE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE012

Black with #CDE012

Text Example


Text Example

White with #CDE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE012; }

 p { color: rgb(205,224,18); }

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

background-color css

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

 a { background-color: rgb(205,224,18); }

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

border-color css

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

 span { border-color: rgb(205,224,18); }

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