Html Css Color HEX #C2E53B Las Palmas

📋 copy color: '#C2E53B'

red 194 ◦ green 229 ◦ blue 59

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

Shades of Las Palmas #C2E53B

Tints of Las Palmas #C2E53B

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.51%

 BLUE value IS 59 (23.44% from 255) = 12.24%

R = 40.25%
G = 47.51%
B = 12.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#C2E53B (or 0xC2E53B) is known color: Las Palmas. HEX triplet: C2, E5 and 3B. RGB value is (194,229,59). Sum of RGB (Red+Green+Blue) = 194+229+59=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E53B is #3D1AC4. Grayscale: #C7C7C7. Windows color (decimal): -4004549 or 3925442. OLE color: 3925442.

HSL color Cylindrical-coordinate representation of color #C2E53B: hue angle of 72.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2E53B is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 229 59 -
CMYK 0.15 0 0.74 0.10
HSL 72.35º 0.77% 0.56% -
HSV(B) 72.35º 0.74% 0.9% -
XYZ 51.06 67.82 14.54 -
YUV 199.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 194 229 59 0.15 0 0.74 0.10 72.35 0.77 0.56
Hex C2 E5 3B F 0 4A A 48 4D 38
Octal 302 345 73 17 0 112 12 110 115 70
Binary 11000010 11100101 111011 1111 0 1001010 1010 1001000 1001101 111000

Color Harmonies of #C2E53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E53B

Black with #C2E53B

Text Example


Text Example

White with #C2E53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E53B; }

 p { color: rgb(194,229,59); }

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

background-color css

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

 a { background-color: rgb(194,229,59); }

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

border-color css

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

 span { border-color: rgb(194,229,59); }

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