Html Css Color HEX #CDEE2D Pear

📋 copy color: '#CDEE2D'

red 205 ◦ green 238 ◦ blue 45

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

Shades of Pear #CDEE2D

Tints of Pear #CDEE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.22%

R = 42.01%
G = 48.77%
B = 9.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CDEE2D (or 0xCDEE2D) is known color: Pear. HEX triplet: CD, EE and 2D. RGB value is (205,238,45). Sum of RGB (Red+Green+Blue) = 205+238+45=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE2D is #3211D2. Grayscale: #CECECE. Windows color (decimal): -3281363 or 3010253. OLE color: 3010253.

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

Color convert

RGB 205 238 45 -
CMYK 0.14 0 0.81 0.07
HSL 70.26º 0.85% 0.55% -
HSV(B) 70.26º 0.81% 0.93% -
XYZ 56.23 74.32 13.86 -
YUV 206.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 205 238 45 0.14 0 0.81 0.07 70.26 0.85 0.55
Hex CD EE 2D E 0 51 7 46 55 37
Octal 315 356 55 16 0 121 7 106 125 67
Binary 11001101 11101110 101101 1110 0 1010001 111 1000110 1010101 110111

Color Harmonies of #CDEE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE2D

Black with #CDEE2D

Text Example


Text Example

White with #CDEE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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