Html Css Color HEX #CDE414 Pear

📋 copy color: '#CDE414'

red 205 ◦ green 228 ◦ blue 20

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

Shades of Pear #CDE414

Tints of Pear #CDE414

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.33%

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

R = 45.25%
G = 50.33%
B = 4.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#CDE414 (or 0xCDE414) is known color: Pear. HEX triplet: CD, E4 and 14. RGB value is (205,228,20). Sum of RGB (Red+Green+Blue) = 205+228+20=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 20 (8.20% from 255 or 4.42% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE414 is #321BEB. Grayscale: #C6C6C6. Windows color (decimal): -3283948 or 1369293. OLE color: 1369293.

HSL color Cylindrical-coordinate representation of color #CDE414: hue angle of 66.63º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDE414 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 20 -
CMYK 0.10 0 0.91 0.11
HSL 66.63º 0.84% 0.49% -
HSV(B) 66.63º 0.91% 0.89% -
XYZ 53.05 68.52 11.09 -
YUV 197.41 27.88 133.41 -
System Red Green Blue C M Y K H S L
Decimal 205 228 20 0.10 0 0.91 0.11 66.63 0.84 0.49
Hex CD E4 14 A 0 5B B 43 54 31
Octal 315 344 24 12 0 133 13 103 124 61
Binary 11001101 11100100 10100 1010 0 1011011 1011 1000011 1010100 110001

Color Harmonies of #CDE414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE414

Black with #CDE414

Text Example


Text Example

White with #CDE414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE414; }

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

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

background-color css

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

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

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

border-color css

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

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

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