Html Css Color HEX #C7D14B Las Palmas

📋 copy color: '#C7D14B'

red 199 ◦ green 209 ◦ blue 75

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

Shades of Las Palmas #C7D14B

Tints of Las Palmas #C7D14B

RGB

 RED value IS 199 (78.13% from 255) = 41.2%

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

 BLUE value IS 75 (29.69% from 255) = 15.53%

R = 41.2%
G = 43.27%
B = 15.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#C7D14B (or 0xC7D14B) is known color: Las Palmas. HEX triplet: C7, D1 and 4B. RGB value is (199,209,75). Sum of RGB (Red+Green+Blue) = 199+209+75=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D14B is #382EB4. Grayscale: #BFBFBF. Windows color (decimal): -3681973 or 4968903. OLE color: 4968903.

HSL color Cylindrical-coordinate representation of color #C7D14B: hue angle of 64.48º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7D14B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 209 75 -
CMYK 0.05 0 0.64 0.18
HSL 64.48º 0.59% 0.56% -
HSV(B) 64.48º 0.64% 0.82% -
XYZ 47.62 58.25 15.39 -
YUV 190.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 199 209 75 0.05 0 0.64 0.18 64.48 0.59 0.56
Hex C7 D1 4B 5 0 40 12 40 3B 38
Octal 307 321 113 5 0 100 22 100 73 70
Binary 11000111 11010001 1001011 101 0 1000000 10010 1000000 111011 111000

Color Harmonies of #C7D14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D14B

Black with #C7D14B

Text Example


Text Example

White with #C7D14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D14B; }

 p { color: rgb(199,209,75); }

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

background-color css

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

 a { background-color: rgb(199,209,75); }

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

border-color css

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

 span { border-color: rgb(199,209,75); }

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