Html Css Color HEX #CDE014 Pear

📋 copy color: '#CDE014'

red 205 ◦ green 224 ◦ blue 20

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

Shades of Pear #CDE014

Tints of Pear #CDE014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.45%

R = 45.66%
G = 49.89%
B = 4.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CDE014 (or 0xCDE014) is known color: Pear. HEX triplet: CD, E0 and 14. RGB value is (205,224,20). Sum of RGB (Red+Green+Blue) = 205+224+20=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE014 is #321FEB. Grayscale: #C3C3C3. Windows color (decimal): -3284972 or 1368269. OLE color: 1368269.

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

Color convert

RGB 205 224 20 -
CMYK 0.08 0 0.91 0.12
HSL 65.59º 0.84% 0.48% -
HSV(B) 65.59º 0.91% 0.88% -
XYZ 51.96 66.34 10.73 -
YUV 195.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 205 224 20 0.08 0 0.91 0.12 65.59 0.84 0.48
Hex CD E0 14 8 0 5B C 42 54 30
Octal 315 340 24 10 0 133 14 102 124 60
Binary 11001101 11100000 10100 1000 0 1011011 1100 1000010 1010100 110000

Color Harmonies of #CDE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE014

Black with #CDE014

Text Example


Text Example

White with #CDE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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