#CFF340

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

Shades of Pear #CFF340

Tints of Pear #CFF340

Color information

#CFF340 (or 0xCFF340) is unknown color: approx Pear. HEX triplet: CF, F3 and 40. RGB value is (207,243,64). Sum of RGB (Red+Green+Blue) = 207+243+64=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF340 is #300CBF. Grayscale: #D4D4D4. Windows color (decimal): -3148992 or 4256719. OLE color: 4256719.

HSL color Cylindrical-coordinate representation of color #CFF340: hue angle of 72.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF340 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB20724364-
CMYK0.1500.740.05
HSL72.07º88.18%60.2%-
HSV(B)72.07º73.66%95.29%-
XYZ58.7177.7416.76-
YUV211.8344.57124.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 243 (95.31% from 255) = 47.28%
BLUE value IS 64 (25.39% from 255) = 12.45%
R=40.27%
G=47.28%
B=12.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal207243640.1500.740.0572.0788.1860.2
HexCFF340F04A548583c
Octal317363100170112511013074
Binary1100111111110011100000011110100101010110010001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF340; }

 p { color: rgb(207,243,64); }

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

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

 a { background-color: rgb(207,243,64); }

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

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

 span { border-color: rgb(207,243,64); }

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