Html Css Color HEX #CDE132 Pear

📋 copy color: '#CDE132'

red 205 ◦ green 225 ◦ blue 50

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

Shades of Pear #CDE132

Tints of Pear #CDE132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.42%

R = 42.71%
G = 46.88%
B = 10.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#CDE132 (or 0xCDE132) is known color: Pear. HEX triplet: CD, E1 and 32. RGB value is (205,225,50). Sum of RGB (Red+Green+Blue) = 205+225+50=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE132 is #321ECD. Grayscale: #C7C7C7. Windows color (decimal): -3284686 or 3334605. OLE color: 3334605.

HSL color Cylindrical-coordinate representation of color #CDE132: hue angle of 66.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDE132 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 225 50 -
CMYK 0.09 0 0.78 0.12
HSL 66.86º 0.74% 0.54% -
HSV(B) 66.86º 0.78% 0.88% -
XYZ 52.68 67.06 13.19 -
YUV 199.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 205 225 50 0.09 0 0.78 0.12 66.86 0.74 0.54
Hex CD E1 32 9 0 4E C 43 4A 36
Octal 315 341 62 11 0 116 14 103 112 66
Binary 11001101 11100001 110010 1001 0 1001110 1100 1000011 1001010 110110

Color Harmonies of #CDE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE132

Black with #CDE132

Text Example


Text Example

White with #CDE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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