#CFE94C

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

Shades of Las Palmas #CFE94C

Tints of Las Palmas #CFE94C

Color information

#CFE94C (or 0xCFE94C) is unknown color: approx Las Palmas. HEX triplet: CF, E9 and 4C. RGB value is (207,233,76). Sum of RGB (Red+Green+Blue) = 207+233+76=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE94C is #3016B3. Grayscale: #CFCFCF. Windows color (decimal): -3151540 or 5040591. OLE color: 5040591.

HSL color Cylindrical-coordinate representation of color #CFE94C: hue angle of 69.94º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFE94C is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB20723376-
CMYK0.1100.670.09
HSL69.94º78.11%60.59%-
HSV(B)69.94º67.38%91.37%-
XYZ56.1872.0717.79-
YUV207.3353.89127.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 76 (30.08% from 255) = 14.73%
R=40.12%
G=45.16%
B=14.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207233760.1100.670.0969.9478.1160.59
HexCFE94CB0439464e3d
Octal3173511141301031110611675
Binary11001111111010011001100101101000011100110001101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE94C; }

 p { color: rgb(207,233,76); }

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

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

 a { background-color: rgb(207,233,76); }

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

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

 span { border-color: rgb(207,233,76); }

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