Html Css Color HEX #C2F241 Las Palmas

📋 copy color: '#C2F241'

red 194 ◦ green 242 ◦ blue 65

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

Shades of Las Palmas #C2F241

Tints of Las Palmas #C2F241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.3%

 BLUE value IS 65 (25.78% from 255) = 12.97%

R = 38.72%
G = 48.3%
B = 12.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#C2F241 (or 0xC2F241) is known color: Las Palmas. HEX triplet: C2, F2 and 41. RGB value is (194,242,65). Sum of RGB (Red+Green+Blue) = 194+242+65=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F241 is #3D0DBE. Grayscale: #D0D0D0. Windows color (decimal): -4001215 or 4321986. OLE color: 4321986.

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

Color convert

RGB 194 242 65 -
CMYK 0.20 0 0.73 0.05
HSL 76.27º 0.87% 0.6% -
HSV(B) 76.27º 0.73% 0.95% -
XYZ 54.95 75.36 16.65 -
YUV 207.47 47.6 118.39 -
System Red Green Blue C M Y K H S L
Decimal 194 242 65 0.20 0 0.73 0.05 76.27 0.87 0.6
Hex C2 F2 41 14 0 49 5 4C 57 3C
Octal 302 362 101 24 0 111 5 114 127 74
Binary 11000010 11110010 1000001 10100 0 1001001 101 1001100 1010111 111100

Color Harmonies of #C2F241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F241

Black with #C2F241

Text Example


Text Example

White with #C2F241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F241; }

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

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

background-color css

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

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

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

border-color css

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

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

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