Html Css Color HEX #CDE113 Pear

📋 copy color: '#CDE113'

red 205 ◦ green 225 ◦ blue 19

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

Shades of Pear #CDE113

Tints of Pear #CDE113

RGB

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

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

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

R = 45.66%
G = 50.11%
B = 4.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CDE113 (or 0xCDE113) is known color: Pear. HEX triplet: CD, E1 and 13. RGB value is (205,225,19). Sum of RGB (Red+Green+Blue) = 205+225+19=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE113 is #321EEC. Grayscale: #C4C4C4. Windows color (decimal): -3284717 or 1302989. OLE color: 1302989.

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

Color convert

RGB 205 225 19 -
CMYK 0.09 0 0.92 0.12
HSL 65.83º 0.84% 0.48% -
HSV(B) 65.83º 0.92% 0.88% -
XYZ 52.22 66.88 10.77 -
YUV 195.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 205 225 19 0.09 0 0.92 0.12 65.83 0.84 0.48
Hex CD E1 13 9 0 5C C 42 54 30
Octal 315 341 23 11 0 134 14 102 124 60
Binary 11001101 11100001 10011 1001 0 1011100 1100 1000010 1010100 110000

Color Harmonies of #CDE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE113

Black with #CDE113

Text Example


Text Example

White with #CDE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE113; }

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

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

background-color css

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

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

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

border-color css

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

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

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