Html Css Color HEX #C2E931 Las Palmas

📋 copy color: '#C2E931'

red 194 ◦ green 233 ◦ blue 49

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

Shades of Las Palmas #C2E931

Tints of Las Palmas #C2E931

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.95%

 BLUE value IS 49 (19.53% from 255) = 10.29%

R = 40.76%
G = 48.95%
B = 10.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#C2E931 (or 0xC2E931) is known color: Las Palmas. HEX triplet: C2, E9 and 31. RGB value is (194,233,49). Sum of RGB (Red+Green+Blue) = 194+233+49=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E931 is #3D16CE. Grayscale: #C9C9C9. Windows color (decimal): -4003535 or 3271106. OLE color: 3271106.

HSL color Cylindrical-coordinate representation of color #C2E931: hue angle of 72.72º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2E931 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 49 -
CMYK 0.17 0 0.79 0.09
HSL 72.72º 0.81% 0.55% -
HSV(B) 72.72º 0.79% 0.91% -
XYZ 51.94 69.97 13.67 -
YUV 200.36 42.58 123.46 -
System Red Green Blue C M Y K H S L
Decimal 194 233 49 0.17 0 0.79 0.09 72.72 0.81 0.55
Hex C2 E9 31 11 0 4F 9 49 51 37
Octal 302 351 61 21 0 117 11 111 121 67
Binary 11000010 11101001 110001 10001 0 1001111 1001 1001001 1010001 110111

Color Harmonies of #C2E931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E931

Black with #C2E931

Text Example


Text Example

White with #C2E931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E931; }

 p { color: rgb(194,233,49); }

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

background-color css

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

 a { background-color: rgb(194,233,49); }

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

border-color css

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

 span { border-color: rgb(194,233,49); }

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