Html Css Color HEX #C4D13E Las Palmas

📋 copy color: '#C4D13E'

red 196 ◦ green 209 ◦ blue 62

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

Shades of Las Palmas #C4D13E

Tints of Las Palmas #C4D13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.28%

R = 41.97%
G = 44.75%
B = 13.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#C4D13E (or 0xC4D13E) is known color: Las Palmas. HEX triplet: C4, D1 and 3E. RGB value is (196,209,62). Sum of RGB (Red+Green+Blue) = 196+209+62=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D13E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D13E is #3B2EC1. Grayscale: #BCBCBC. Windows color (decimal): -3878594 or 4116932. OLE color: 4116932.

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

Color convert

RGB 196 209 62 -
CMYK 0.06 0 0.70 0.18
HSL 65.31º 0.62% 0.53% -
HSV(B) 65.31º 0.7% 0.82% -
XYZ 46.43 57.68 13.24 -
YUV 188.36 56.69 133.45 -
System Red Green Blue C M Y K H S L
Decimal 196 209 62 0.06 0 0.70 0.18 65.31 0.62 0.53
Hex C4 D1 3E 6 0 46 12 41 3E 35
Octal 304 321 76 6 0 106 22 101 76 65
Binary 11000100 11010001 111110 110 0 1000110 10010 1000001 111110 110101

Color Harmonies of #C4D13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D13E

Black with #C4D13E

Text Example


Text Example

White with #C4D13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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