Html Css Color HEX #C2E133 Las Palmas

📋 copy color: '#C2E133'

red 194 ◦ green 225 ◦ blue 51

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

Shades of Las Palmas #C2E133

Tints of Las Palmas #C2E133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.85%

R = 41.28%
G = 47.87%
B = 10.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#C2E133 (or 0xC2E133) is known color: Las Palmas. HEX triplet: C2, E1 and 33. RGB value is (194,225,51). Sum of RGB (Red+Green+Blue) = 194+225+51=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 51 (20.31% from 255 or 10.85% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E133 is #3D1ECC. Grayscale: #C4C4C4. Windows color (decimal): -4005581 or 3400130. OLE color: 3400130.

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

Color convert

RGB 194 225 51 -
CMYK 0.14 0 0.77 0.12
HSL 70.69º 0.74% 0.54% -
HSV(B) 70.69º 0.77% 0.88% -
XYZ 49.77 65.56 13.16 -
YUV 195.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 194 225 51 0.14 0 0.77 0.12 70.69 0.74 0.54
Hex C2 E1 33 E 0 4D C 47 4A 36
Octal 302 341 63 16 0 115 14 107 112 66
Binary 11000010 11100001 110011 1110 0 1001101 1100 1000111 1001010 110110

Color Harmonies of #C2E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E133

Black with #C2E133

Text Example


Text Example

White with #C2E133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E133; }

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

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

background-color css

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

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

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

border-color css

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

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

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