Html Css Color HEX #C2E03F Las Palmas

📋 copy color: '#C2E03F'

red 194 ◦ green 224 ◦ blue 63

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

Shades of Las Palmas #C2E03F

Tints of Las Palmas #C2E03F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 63 (25% from 255) = 13.1%

R = 40.33%
G = 46.57%
B = 13.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#C2E03F (or 0xC2E03F) is known color: Las Palmas. HEX triplet: C2, E0 and 3F. RGB value is (194,224,63). Sum of RGB (Red+Green+Blue) = 194+224+63=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E03F is #3D1FC0. Grayscale: #C5C5C5. Windows color (decimal): -4005825 or 4186306. OLE color: 4186306.

HSL color Cylindrical-coordinate representation of color #C2E03F: hue angle of 71.18º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2E03F is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 63 -
CMYK 0.13 0 0.72 0.12
HSL 71.18º 0.72% 0.56% -
HSV(B) 71.18º 0.72% 0.88% -
XYZ 49.8 65.14 14.65 -
YUV 196.68 52.56 126.09 -
System Red Green Blue C M Y K H S L
Decimal 194 224 63 0.13 0 0.72 0.12 71.18 0.72 0.56
Hex C2 E0 3F D 0 48 C 47 48 38
Octal 302 340 77 15 0 110 14 107 110 70
Binary 11000010 11100000 111111 1101 0 1001000 1100 1000111 1001000 111000

Color Harmonies of #C2E03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E03F

Black with #C2E03F

Text Example


Text Example

White with #C2E03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E03F; }

 p { color: rgb(194,224,63); }

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

background-color css

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

 a { background-color: rgb(194,224,63); }

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

border-color css

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

 span { border-color: rgb(194,224,63); }

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