Html Css Color HEX #C2E13A Las Palmas

📋 copy color: '#C2E13A'

red 194 ◦ green 225 ◦ blue 58

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

Shades of Las Palmas #C2E13A

Tints of Las Palmas #C2E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.17%

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

R = 40.67%
G = 47.17%
B = 12.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#C2E13A (or 0xC2E13A) is known color: Las Palmas. HEX triplet: C2, E1 and 3A. RGB value is (194,225,58). Sum of RGB (Red+Green+Blue) = 194+225+58=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E13A is #3D1EC5. Grayscale: #C5C5C5. Windows color (decimal): -4005574 or 3858882. OLE color: 3858882.

HSL color Cylindrical-coordinate representation of color #C2E13A: hue angle of 71.14º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E13A is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 225 58 -
CMYK 0.14 0 0.74 0.12
HSL 71.14º 0.74% 0.55% -
HSV(B) 71.14º 0.74% 0.88% -
XYZ 49.94 65.63 14.04 -
YUV 196.69 49.73 126.08 -
System Red Green Blue C M Y K H S L
Decimal 194 225 58 0.14 0 0.74 0.12 71.14 0.74 0.55
Hex C2 E1 3A E 0 4A C 47 4A 37
Octal 302 341 72 16 0 112 14 107 112 67
Binary 11000010 11100001 111010 1110 0 1001010 1100 1000111 1001010 110111

Color Harmonies of #C2E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E13A

Black with #C2E13A

Text Example


Text Example

White with #C2E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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