#CDF348

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

Shades of Pear #CDF348

Tints of Pear #CDF348

Color information

#CDF348 (or 0xCDF348) is unknown color: approx Pear. HEX triplet: CD, F3 and 48. RGB value is (205,243,72). Sum of RGB (Red+Green+Blue) = 205+243+72=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF348 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF348 is #320CB7. Grayscale: #D4D4D4. Windows color (decimal): -3280056 or 4781005. OLE color: 4781005.

HSL color Cylindrical-coordinate representation of color #CDF348: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF348 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB20524372-
CMYK0.1600.700.05
HSL73.33º87.69%61.76%-
HSV(B)73.33º70.37%95.29%-
XYZ58.477.5518.02-
YUV212.1448.91122.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.42%
GREEN value IS 243 (95.31% from 255) = 46.73%
BLUE value IS 72 (28.52% from 255) = 13.85%
R=39.42%
G=46.73%
B=13.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205243720.1600.700.0573.3387.6961.76
HexCDF34810046549583e
Octal315363110200106511113076
Binary11001101111100111001000100000100011010110010011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF348; }

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

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

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

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

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

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

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

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