Html Css Color HEX #C2E834 Las Palmas

📋 copy color: '#C2E834'

red 194 ◦ green 232 ◦ blue 52

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

Shades of Las Palmas #C2E834

Tints of Las Palmas #C2E834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.54%

 BLUE value IS 52 (20.7% from 255) = 10.88%

R = 40.59%
G = 48.54%
B = 10.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#C2E834 (or 0xC2E834) is known color: Las Palmas. HEX triplet: C2, E8 and 34. RGB value is (194,232,52). Sum of RGB (Red+Green+Blue) = 194+232+52=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E834 is #3D17CB. Grayscale: #C8C8C8. Windows color (decimal): -4003788 or 3467458. OLE color: 3467458.

HSL color Cylindrical-coordinate representation of color #C2E834: hue angle of 72.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2E834 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 232 52 -
CMYK 0.16 0 0.78 0.09
HSL 72.67º 0.8% 0.56% -
HSV(B) 72.67º 0.78% 0.91% -
XYZ 51.72 69.43 13.92 -
YUV 200.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 194 232 52 0.16 0 0.78 0.09 72.67 0.8 0.56
Hex C2 E8 34 10 0 4E 9 49 50 38
Octal 302 350 64 20 0 116 11 111 120 70
Binary 11000010 11101000 110100 10000 0 1001110 1001 1001001 1010000 111000

Color Harmonies of #C2E834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E834

Black with #C2E834

Text Example


Text Example

White with #C2E834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E834; }

 p { color: rgb(194,232,52); }

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

background-color css

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

 a { background-color: rgb(194,232,52); }

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

border-color css

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

 span { border-color: rgb(194,232,52); }

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