#C2F23F

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

Shades of Las Palmas #C2F23F

Tints of Las Palmas #C2F23F

Color information

#C2F23F (or 0xC2F23F) is unknown color: approx Las Palmas. HEX triplet: C2, F2 and 3F. RGB value is (194,242,63). Sum of RGB (Red+Green+Blue) = 194+242+63=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F23F is #3D0DC0. Grayscale: #CFCFCF. Windows color (decimal): -4001217 or 4190914. OLE color: 4190914.

HSL color Cylindrical-coordinate representation of color #C2F23F: hue angle of 76.09º degrees, saturation: 0.87, 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 #C2F23F is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB19424263-
CMYK0.2000.740.05
HSL76.09º87.32%59.8%-
HSV(B)76.09º73.97%94.9%-
XYZ54.975.3316.35-
YUV207.2446.6118.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 63 (25% from 255) = 12.63%
R=38.88%
G=48.50%
B=12.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194242630.2000.740.0576.0987.3259.8
HexC2F23F1404A54c573c
Octal30236277240112511412774
Binary1100001011110010111111101000100101010110011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F23F; }

 p { color: rgb(194,242,63); }

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

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

 a { background-color: rgb(194,242,63); }

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

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

 span { border-color: rgb(194,242,63); }

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