Html Css Color HEX #CDEE1C Pear

📋 copy color: '#CDEE1C'

red 205 ◦ green 238 ◦ blue 28

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

Shades of Pear #CDEE1C

Tints of Pear #CDEE1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.94%

R = 43.52%
G = 50.53%
B = 5.94%

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

#CDEE1C (or 0xCDEE1C) is known color: Pear. HEX triplet: CD, EE and 1C. RGB value is (205,238,28). Sum of RGB (Red+Green+Blue) = 205+238+28=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 28 (11.33% from 255 or 5.94% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEE1C is #3211E3. Grayscale: #CDCDCD. Windows color (decimal): -3281380 or 1896141. OLE color: 1896141.

HSL color Cylindrical-coordinate representation of color #CDEE1C: hue angle of 69.43º 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 #CDEE1C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 28 -
CMYK 0.14 0 0.88 0.07
HSL 69.43º 0.86% 0.52% -
HSV(B) 69.43º 0.88% 0.93% -
XYZ 55.96 74.21 12.47 -
YUV 204.19 28.57 128.58 -
System Red Green Blue C M Y K H S L
Decimal 205 238 28 0.14 0 0.88 0.07 69.43 0.86 0.52
Hex CD EE 1C E 0 58 7 45 56 34
Octal 315 356 34 16 0 130 7 105 126 64
Binary 11001101 11101110 11100 1110 0 1011000 111 1000101 1010110 110100

Color Harmonies of #CDEE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE1C

Black with #CDEE1C

Text Example


Text Example

White with #CDEE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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