Html Css Color HEX #CDE016 Pear

📋 copy color: '#CDE016'

red 205 ◦ green 224 ◦ blue 22

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

Shades of Pear #CDE016

Tints of Pear #CDE016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.88%

R = 45.45%
G = 49.67%
B = 4.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#CDE016 (or 0xCDE016) is known color: Pear. HEX triplet: CD, E0 and 16. RGB value is (205,224,22). Sum of RGB (Red+Green+Blue) = 205+224+22=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 22 (8.98% from 255 or 4.88% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE016 is #321FE9. Grayscale: #C4C4C4. Windows color (decimal): -3284970 or 1499341. OLE color: 1499341.

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

Color convert

RGB 205 224 22 -
CMYK 0.08 0 0.90 0.12
HSL 65.64º 0.82% 0.48% -
HSV(B) 65.64º 0.9% 0.88% -
XYZ 51.98 66.35 10.83 -
YUV 195.29 30.21 134.93 -
System Red Green Blue C M Y K H S L
Decimal 205 224 22 0.08 0 0.90 0.12 65.64 0.82 0.48
Hex CD E0 16 8 0 5A C 42 52 30
Octal 315 340 26 10 0 132 14 102 122 60
Binary 11001101 11100000 10110 1000 0 1011010 1100 1000010 1010010 110000

Color Harmonies of #CDE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE016

Black with #CDE016

Text Example


Text Example

White with #CDE016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE016; }

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

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

background-color css

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

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

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

border-color css

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

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

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