Html Css Color HEX #C4E14A Las Palmas

📋 copy color: '#C4E14A'

red 196 ◦ green 225 ◦ blue 74

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

Shades of Las Palmas #C4E14A

Tints of Las Palmas #C4E14A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.45%

 BLUE value IS 74 (29.3% from 255) = 14.95%

R = 39.6%
G = 45.45%
B = 14.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#C4E14A (or 0xC4E14A) is known color: Las Palmas. HEX triplet: C4, E1 and 4A. RGB value is (196,225,74). Sum of RGB (Red+Green+Blue) = 196+225+74=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4E14A is #3B1EB5. Grayscale: #C7C7C7. Windows color (decimal): -3874486 or 4907460. OLE color: 4907460.

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

Color convert

RGB 196 225 74 -
CMYK 0.13 0 0.67 0.12
HSL 71.52º 0.72% 0.59% -
HSV(B) 71.52º 0.67% 0.88% -
XYZ 50.93 66.08 16.55 -
YUV 199.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 196 225 74 0.13 0 0.67 0.12 71.52 0.72 0.59
Hex C4 E1 4A D 0 43 C 48 48 3B
Octal 304 341 112 15 0 103 14 110 110 73
Binary 11000100 11100001 1001010 1101 0 1000011 1100 1001000 1001000 111011

Color Harmonies of #C4E14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E14A

Black with #C4E14A

Text Example


Text Example

White with #C4E14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E14A; }

 p { color: rgb(196,225,74); }

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

background-color css

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

 a { background-color: rgb(196,225,74); }

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

border-color css

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

 span { border-color: rgb(196,225,74); }

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