Html Css Color HEX #C2EA41 Las Palmas

📋 copy color: '#C2EA41'

red 194 ◦ green 234 ◦ blue 65

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

Shades of Las Palmas #C2EA41

Tints of Las Palmas #C2EA41

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

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

R = 39.35%
G = 47.46%
B = 13.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#C2EA41 (or 0xC2EA41) is known color: Las Palmas. HEX triplet: C2, EA and 41. RGB value is (194,234,65). Sum of RGB (Red+Green+Blue) = 194+234+65=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 65 (25.78% from 255 or 13.18% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA41 is #3D15BE. Grayscale: #CBCBCB. Windows color (decimal): -4003263 or 4319938. OLE color: 4319938.

HSL color Cylindrical-coordinate representation of color #C2EA41: hue angle of 74.2º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2EA41 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 234 65 -
CMYK 0.17 0 0.72 0.08
HSL 74.2º 0.8% 0.59% -
HSV(B) 74.2º 0.72% 0.92% -
XYZ 52.63 70.7 15.87 -
YUV 202.77 50.25 121.74 -
System Red Green Blue C M Y K H S L
Decimal 194 234 65 0.17 0 0.72 0.08 74.2 0.8 0.59
Hex C2 EA 41 11 0 48 8 4A 50 3B
Octal 302 352 101 21 0 110 10 112 120 73
Binary 11000010 11101010 1000001 10001 0 1001000 1000 1001010 1010000 111011

Color Harmonies of #C2EA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA41

Black with #C2EA41

Text Example


Text Example

White with #C2EA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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