Html Css Color HEX #C4E242 Las Palmas

📋 copy color: '#C4E242'

red 196 ◦ green 226 ◦ blue 66

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

Shades of Las Palmas #C4E242

Tints of Las Palmas #C4E242

RGB

 RED value IS 196 (76.95% from 255) = 40.16%

 GREEN value IS 226 (88.67% from 255) = 46.31%

 BLUE value IS 66 (26.17% from 255) = 13.52%

R = 40.16%
G = 46.31%
B = 13.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#C4E242 (or 0xC4E242) is known color: Las Palmas. HEX triplet: C4, E2 and 42. RGB value is (196,226,66). Sum of RGB (Red+Green+Blue) = 196+226+66=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E242 is #3B1DBD. Grayscale: #C7C7C7. Windows color (decimal): -3874238 or 4383428. OLE color: 4383428.

HSL color Cylindrical-coordinate representation of color #C4E242: hue angle of 71.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4E242 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 226 66 -
CMYK 0.13 0 0.71 0.11
HSL 71.25º 0.73% 0.57% -
HSV(B) 71.25º 0.71% 0.89% -
XYZ 50.94 66.52 15.31 -
YUV 198.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 196 226 66 0.13 0 0.71 0.11 71.25 0.73 0.57
Hex C4 E2 42 D 0 47 B 47 49 39
Octal 304 342 102 15 0 107 13 107 111 71
Binary 11000100 11100010 1000010 1101 0 1000111 1011 1000111 1001001 111001

Color Harmonies of #C4E242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E242

Black with #C4E242

Text Example


Text Example

White with #C4E242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E242; }

 p { color: rgb(196,226,66); }

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

background-color css

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

 a { background-color: rgb(196,226,66); }

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

border-color css

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

 span { border-color: rgb(196,226,66); }

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