#CFFA30

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

Shades of Pear #CFFA30

Tints of Pear #CFFA30

Color information

#CFFA30 (or 0xCFFA30) is unknown color: approx Pear. HEX triplet: CF, FA and 30. RGB value is (207,250,48). Sum of RGB (Red+Green+Blue) = 207+250+48=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 48 (19.14% from 255 or 9.50% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA30 is #3005CF. Grayscale: #D6D6D6. Windows color (decimal): -3147216 or 3209935. OLE color: 3209935.

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

Color convert

RGB20725048-
CMYK0.1700.810.02
HSL72.77º95.28%58.43%-
HSV(B)72.77º80.8%98.04%-
XYZ60.4581.8515.41-
YUV214.1234.25122.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 48 (19.14% from 255) = 9.50%
R=40.99%
G=49.50%
B=9.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207250480.1700.810.0272.7795.2858.43
HexCFFA30110512495f3a
Octal31737260210121211113772
Binary110011111111101011000010001010100011010010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFA30; }

 p { color: rgb(207,250,48); }

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

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

 a { background-color: rgb(207,250,48); }

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

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

 span { border-color: rgb(207,250,48); }

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