Html Css Color HEX #CDE013 Pear

📋 copy color: '#CDE013'

red 205 ◦ green 224 ◦ blue 19

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

Shades of Pear #CDE013

Tints of Pear #CDE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 45.76%
G = 50%
B = 4.24%

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

#CDE013 (or 0xCDE013) is known color: Pear. HEX triplet: CD, E0 and 13. RGB value is (205,224,19). Sum of RGB (Red+Green+Blue) = 205+224+19=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE013 is #321FEC. Grayscale: #C3C3C3. Windows color (decimal): -3284973 or 1302733. OLE color: 1302733.

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

Color convert

RGB 205 224 19 -
CMYK 0.08 0 0.92 0.12
HSL 65.56º 0.84% 0.48% -
HSV(B) 65.56º 0.92% 0.88% -
XYZ 51.95 66.34 10.68 -
YUV 194.95 28.71 135.17 -
System Red Green Blue C M Y K H S L
Decimal 205 224 19 0.08 0 0.92 0.12 65.56 0.84 0.48
Hex CD E0 13 8 0 5C C 42 54 30
Octal 315 340 23 10 0 134 14 102 124 60
Binary 11001101 11100000 10011 1000 0 1011100 1100 1000010 1010100 110000

Color Harmonies of #CDE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE013

Black with #CDE013

Text Example


Text Example

White with #CDE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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