Html Css Color HEX #C2E82F Las Palmas

📋 copy color: '#C2E82F'

red 194 ◦ green 232 ◦ blue 47

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

Shades of Las Palmas #C2E82F

Tints of Las Palmas #C2E82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 41.01%
G = 49.05%
B = 9.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#C2E82F (or 0xC2E82F) is known color: Las Palmas. HEX triplet: C2, E8 and 2F. RGB value is (194,232,47). Sum of RGB (Red+Green+Blue) = 194+232+47=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2E82F is #3D17D0. Grayscale: #C8C8C8. Windows color (decimal): -4003793 or 3139778. OLE color: 3139778.

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

Color convert

RGB 194 232 47 -
CMYK 0.16 0 0.80 0.09
HSL 72.32º 0.8% 0.55% -
HSV(B) 72.32º 0.8% 0.91% -
XYZ 51.62 69.39 13.36 -
YUV 199.55 41.91 124.04 -
System Red Green Blue C M Y K H S L
Decimal 194 232 47 0.16 0 0.80 0.09 72.32 0.8 0.55
Hex C2 E8 2F 10 0 50 9 48 50 37
Octal 302 350 57 20 0 120 11 110 120 67
Binary 11000010 11101000 101111 10000 0 1010000 1001 1001000 1010000 110111

Color Harmonies of #C2E82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E82F

Black with #C2E82F

Text Example


Text Example

White with #C2E82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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