Html Css Color HEX #CDEE2A Pear

📋 copy color: '#CDEE2A'

red 205 ◦ green 238 ◦ blue 42

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

Shades of Pear #CDEE2A

Tints of Pear #CDEE2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.66%

R = 42.27%
G = 49.07%
B = 8.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#CDEE2A (or 0xCDEE2A) is known color: Pear. HEX triplet: CD, EE and 2A. RGB value is (205,238,42). Sum of RGB (Red+Green+Blue) = 205+238+42=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE2A is #3211D5. Grayscale: #CECECE. Windows color (decimal): -3281366 or 2813645. OLE color: 2813645.

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

Color convert

RGB 205 238 42 -
CMYK 0.14 0 0.82 0.07
HSL 70.1º 0.85% 0.55% -
HSV(B) 70.1º 0.82% 0.93% -
XYZ 56.17 74.3 13.57 -
YUV 205.79 35.57 127.44 -
System Red Green Blue C M Y K H S L
Decimal 205 238 42 0.14 0 0.82 0.07 70.1 0.85 0.55
Hex CD EE 2A E 0 52 7 46 55 37
Octal 315 356 52 16 0 122 7 106 125 67
Binary 11001101 11101110 101010 1110 0 1010010 111 1000110 1010101 110111

Color Harmonies of #CDEE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE2A

Black with #CDEE2A

Text Example


Text Example

White with #CDEE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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