#CDFA37

Color #CDFA37 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CDFA37

Tints of Pear #CDFA37

Color information

#CDFA37 (or 0xCDFA37) is unknown color: approx Pear. HEX triplet: CD, FA and 37. RGB value is (205,250,55). Sum of RGB (Red+Green+Blue) = 205+250+55=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFA37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFA37 is #3205C8. Grayscale: #D7D7D7. Windows color (decimal): -3278281 or 3668685. OLE color: 3668685.

HSL color Cylindrical-coordinate representation of color #CDFA37: hue angle of 73.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDFA37 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB20525055-
CMYK0.1800.780.02
HSL73.85º95.12%59.8%-
HSV(B)73.85º78%98.04%-
XYZ60.0581.6316.2-
YUV214.3238.09121.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 55 (21.88% from 255) = 10.78%
R=40.20%
G=49.02%
B=10.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205250550.1800.780.0273.8595.1259.8
HexCDFA371204E24a5f3c
Octal31537267220116211213774
Binary110011011111101011011110010010011101010010101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFA37; }

 p { color: rgb(205,250,55); }

 H1.HeaderClassName
 {
   color: #CDFA37;
 }
 .AnyTagClassName
 {
   color: #CDFA37;
 }
</style>
background-color css

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

 a { background-color: rgb(205,250,55); }

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

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

 span { border-color: rgb(205,250,55); }

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