Html Css Color HEX #CDE114 Pear

📋 copy color: '#CDE114'

red 205 ◦ green 225 ◦ blue 20

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

Shades of Pear #CDE114

Tints of Pear #CDE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50%

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

R = 45.56%
G = 50%
B = 4.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CDE114 (or 0xCDE114) is known color: Pear. HEX triplet: CD, E1 and 14. RGB value is (205,225,20). Sum of RGB (Red+Green+Blue) = 205+225+20=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE114 is #321EEB. Grayscale: #C4C4C4. Windows color (decimal): -3284716 or 1368525. OLE color: 1368525.

HSL color Cylindrical-coordinate representation of color #CDE114: hue angle of 65.85º 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 #CDE114 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 20 -
CMYK 0.09 0 0.91 0.12
HSL 65.85º 0.84% 0.48% -
HSV(B) 65.85º 0.91% 0.88% -
XYZ 52.23 66.88 10.82 -
YUV 195.65 28.87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 205 225 20 0.09 0 0.91 0.12 65.85 0.84 0.48
Hex CD E1 14 9 0 5B C 42 54 30
Octal 315 341 24 11 0 133 14 102 124 60
Binary 11001101 11100001 10100 1001 0 1011011 1100 1000010 1010100 110000

Color Harmonies of #CDE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE114

Black with #CDE114

Text Example


Text Example

White with #CDE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE114; }

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

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

background-color css

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

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

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

border-color css

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

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

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