Html Css Color HEX #CDEE1D Pear

📋 copy color: '#CDEE1D'

red 205 ◦ green 238 ◦ blue 29

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

Shades of Pear #CDEE1D

Tints of Pear #CDEE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50.42%

 BLUE value IS 29 (11.72% from 255) = 6.14%

R = 43.43%
G = 50.42%
B = 6.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#CDEE1D (or 0xCDEE1D) is known color: Pear. HEX triplet: CD, EE and 1D. RGB value is (205,238,29). Sum of RGB (Red+Green+Blue) = 205+238+29=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 238 (93.36% from 255 or 50.42% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE1D is #3211E2. Grayscale: #CDCDCD. Windows color (decimal): -3281379 or 1961677. OLE color: 1961677.

HSL color Cylindrical-coordinate representation of color #CDEE1D: hue angle of 69.47º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDEE1D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 29 -
CMYK 0.14 0 0.88 0.07
HSL 69.47º 0.86% 0.52% -
HSV(B) 69.47º 0.88% 0.93% -
XYZ 55.97 74.22 12.54 -
YUV 204.31 29.07 128.49 -
System Red Green Blue C M Y K H S L
Decimal 205 238 29 0.14 0 0.88 0.07 69.47 0.86 0.52
Hex CD EE 1D E 0 58 7 45 56 34
Octal 315 356 35 16 0 130 7 105 126 64
Binary 11001101 11101110 11101 1110 0 1011000 111 1000101 1010110 110100

Color Harmonies of #CDEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE1D

Black with #CDEE1D

Text Example


Text Example

White with #CDEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE1D; }

 p { color: rgb(205,238,29); }

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

background-color css

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

 a { background-color: rgb(205,238,29); }

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

border-color css

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

 span { border-color: rgb(205,238,29); }

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