Html Css Color HEX #C2EA3A Las Palmas

📋 copy color: '#C2EA3A'

red 194 ◦ green 234 ◦ blue 58

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

Shades of Las Palmas #C2EA3A

Tints of Las Palmas #C2EA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.93%

R = 39.92%
G = 48.15%
B = 11.93%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#C2EA3A (or 0xC2EA3A) is known color: Las Palmas. HEX triplet: C2, EA and 3A. RGB value is (194,234,58). Sum of RGB (Red+Green+Blue) = 194+234+58=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EA3A is #3D15C5. Grayscale: #CACACA. Windows color (decimal): -4003270 or 3861186. OLE color: 3861186.

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

Color convert

RGB 194 234 58 -
CMYK 0.17 0 0.75 0.08
HSL 73.64º 0.81% 0.57% -
HSV(B) 73.64º 0.75% 0.92% -
XYZ 52.43 70.62 14.87 -
YUV 201.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 194 234 58 0.17 0 0.75 0.08 73.64 0.81 0.57
Hex C2 EA 3A 11 0 4B 8 4A 51 39
Octal 302 352 72 21 0 113 10 112 121 71
Binary 11000010 11101010 111010 10001 0 1001011 1000 1001010 1010001 111001

Color Harmonies of #C2EA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA3A

Black with #C2EA3A

Text Example


Text Example

White with #C2EA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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