Html Css Color HEX #C2EB3C Las Palmas

📋 copy color: '#C2EB3C'

red 194 ◦ green 235 ◦ blue 60

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

Shades of Las Palmas #C2EB3C

Tints of Las Palmas #C2EB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.06%

 BLUE value IS 60 (23.83% from 255) = 12.27%

R = 39.67%
G = 48.06%
B = 12.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#C2EB3C (or 0xC2EB3C) is known color: Las Palmas. HEX triplet: C2, EB and 3C. RGB value is (194,235,60). Sum of RGB (Red+Green+Blue) = 194+235+60=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB3C is #3D14C3. Grayscale: #CBCBCB. Windows color (decimal): -4003012 or 3992514. OLE color: 3992514.

HSL color Cylindrical-coordinate representation of color #C2EB3C: hue angle of 74.06º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2EB3C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 60 -
CMYK 0.17 0 0.74 0.08
HSL 74.06º 0.81% 0.58% -
HSV(B) 74.06º 0.74% 0.92% -
XYZ 52.77 71.21 15.24 -
YUV 202.79 47.42 121.73 -
System Red Green Blue C M Y K H S L
Decimal 194 235 60 0.17 0 0.74 0.08 74.06 0.81 0.58
Hex C2 EB 3C 11 0 4A 8 4A 51 3A
Octal 302 353 74 21 0 112 10 112 121 72
Binary 11000010 11101011 111100 10001 0 1001010 1000 1001010 1010001 111010

Color Harmonies of #C2EB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB3C

Black with #C2EB3C

Text Example


Text Example

White with #C2EB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB3C; }

 p { color: rgb(194,235,60); }

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

background-color css

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

 a { background-color: rgb(194,235,60); }

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

border-color css

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

 span { border-color: rgb(194,235,60); }

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