Html Css Color HEX #C2F03D Las Palmas

📋 copy color: '#C2F03D'

red 194 ◦ green 240 ◦ blue 61

#C2F03D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #C2F03D

Tints of Las Palmas #C2F03D

RGB

 RED value IS 194 (76.17% from 255) = 39.19%

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 61 (24.22% from 255) = 12.32%

R = 39.19%
G = 48.48%
B = 12.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#C2F03D (or 0xC2F03D) is known color: Las Palmas. HEX triplet: C2, F0 and 3D. RGB value is (194,240,61). Sum of RGB (Red+Green+Blue) = 194+240+61=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F03D is #3D0FC2. Grayscale: #CECECE. Windows color (decimal): -4001731 or 4059330. OLE color: 4059330.

HSL color Cylindrical-coordinate representation of color #C2F03D: hue angle of 75.42º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2F03D is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 240 61 -
CMYK 0.19 0 0.75 0.06
HSL 75.42º 0.86% 0.59% -
HSV(B) 75.42º 0.75% 0.94% -
XYZ 54.25 74.13 15.86 -
YUV 205.84 46.26 119.55 -
System Red Green Blue C M Y K H S L
Decimal 194 240 61 0.19 0 0.75 0.06 75.42 0.86 0.59
Hex C2 F0 3D 13 0 4B 6 4B 56 3B
Octal 302 360 75 23 0 113 6 113 126 73
Binary 11000010 11110000 111101 10011 0 1001011 110 1001011 1010110 111011

Color Harmonies of #C2F03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F03D

Black with #C2F03D

Text Example


Text Example

White with #C2F03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F03D; }

 p { color: rgb(194,240,61); }

 H1.HeaderClassName
 {
   color: #C2F03D;
 }
 .AnyTagClassName
 {
   color: #C2F03D;
 }
</style>

background-color css

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

 a { background-color: rgb(194,240,61); }

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

border-color css

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

 span { border-color: rgb(194,240,61); }

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