Html Css Color HEX #C4D13A Las Palmas

📋 copy color: '#C4D13A'

red 196 ◦ green 209 ◦ blue 58

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

Shades of Las Palmas #C4D13A

Tints of Las Palmas #C4D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 58 (23.05% from 255) = 12.53%

R = 42.33%
G = 45.14%
B = 12.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#C4D13A (or 0xC4D13A) is known color: Las Palmas. HEX triplet: C4, D1 and 3A. RGB value is (196,209,58). Sum of RGB (Red+Green+Blue) = 196+209+58=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 58 (23.05% from 255 or 12.53% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D13A is #3B2EC5. Grayscale: #BCBCBC. Windows color (decimal): -3878598 or 3854788. OLE color: 3854788.

HSL color Cylindrical-coordinate representation of color #C4D13A: hue angle of 65.17º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4D13A is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 209 58 -
CMYK 0.06 0 0.72 0.18
HSL 65.17º 0.62% 0.52% -
HSV(B) 65.17º 0.72% 0.82% -
XYZ 46.33 57.64 12.69 -
YUV 187.9 54.69 133.78 -
System Red Green Blue C M Y K H S L
Decimal 196 209 58 0.06 0 0.72 0.18 65.17 0.62 0.52
Hex C4 D1 3A 6 0 48 12 41 3E 34
Octal 304 321 72 6 0 110 22 101 76 64
Binary 11000100 11010001 111010 110 0 1001000 10010 1000001 111110 110100

Color Harmonies of #C4D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D13A

Black with #C4D13A

Text Example


Text Example

White with #C4D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D13A; }

 p { color: rgb(196,209,58); }

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

background-color css

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

 a { background-color: rgb(196,209,58); }

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

border-color css

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

 span { border-color: rgb(196,209,58); }

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