#CDF330

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

Shades of Pear #CDF330

Tints of Pear #CDF330

Color information

#CDF330 (or 0xCDF330) is unknown color: approx Pear. HEX triplet: CD, F3 and 30. RGB value is (205,243,48). Sum of RGB (Red+Green+Blue) = 205+243+48=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF330 is #320CCF. Grayscale: #D2D2D2. Windows color (decimal): -3280080 or 3208141. OLE color: 3208141.

HSL color Cylindrical-coordinate representation of color #CDF330: hue angle of 71.69º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF330 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB20524348-
CMYK0.1600.800.05
HSL71.69º89.04%57.06%-
HSV(B)71.69º80.25%95.29%-
XYZ57.7677.2914.67-
YUV209.4136.91124.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 243 (95.31% from 255) = 48.99%
BLUE value IS 48 (19.14% from 255) = 9.68%
R=41.33%
G=48.99%
B=9.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205243480.1600.800.0571.6989.0457.06
HexCDF330100505485939
Octal31536360200120511013171
Binary1100110111110011110000100000101000010110010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF330; }

 p { color: rgb(205,243,48); }

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

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

 a { background-color: rgb(205,243,48); }

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

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

 span { border-color: rgb(205,243,48); }

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