Html Css Color HEX #C2F138 Las Palmas

📋 copy color: '#C2F138'

red 194 ◦ green 241 ◦ blue 56

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

Shades of Las Palmas #C2F138

Tints of Las Palmas #C2F138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 56 (22.27% from 255) = 11.41%

R = 39.51%
G = 49.08%
B = 11.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#C2F138 (or 0xC2F138) is known color: Las Palmas. HEX triplet: C2, F1 and 38. RGB value is (194,241,56). Sum of RGB (Red+Green+Blue) = 194+241+56=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F138 is #3D0EC7. Grayscale: #CECECE. Windows color (decimal): -4001480 or 3731906. OLE color: 3731906.

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

Color convert

RGB 194 241 56 -
CMYK 0.20 0 0.77 0.05
HSL 75.24º 0.87% 0.58% -
HSV(B) 75.24º 0.77% 0.95% -
XYZ 54.42 74.67 15.29 -
YUV 205.86 43.43 119.54 -
System Red Green Blue C M Y K H S L
Decimal 194 241 56 0.20 0 0.77 0.05 75.24 0.87 0.58
Hex C2 F1 38 14 0 4D 5 4B 57 3A
Octal 302 361 70 24 0 115 5 113 127 72
Binary 11000010 11110001 111000 10100 0 1001101 101 1001011 1010111 111010

Color Harmonies of #C2F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F138

Black with #C2F138

Text Example


Text Example

White with #C2F138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F138; }

 p { color: rgb(194,241,56); }

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

background-color css

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

 a { background-color: rgb(194,241,56); }

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

border-color css

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

 span { border-color: rgb(194,241,56); }

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