Html Css Color HEX #C7D540 Las Palmas

📋 copy color: '#C7D540'

red 199 ◦ green 213 ◦ blue 64

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

Shades of Las Palmas #C7D540

Tints of Las Palmas #C7D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 41.81%
G = 44.75%
B = 13.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#C7D540 (or 0xC7D540) is known color: Las Palmas. HEX triplet: C7, D5 and 40. RGB value is (199,213,64). Sum of RGB (Red+Green+Blue) = 199+213+64=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D540 is #382ABF. Grayscale: #C0C0C0. Windows color (decimal): -3680960 or 4249031. OLE color: 4249031.

HSL color Cylindrical-coordinate representation of color #C7D540: hue angle of 65.64º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7D540 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 64 -
CMYK 0.07 0 0.70 0.16
HSL 65.64º 0.64% 0.54% -
HSV(B) 65.64º 0.7% 0.84% -
XYZ 48.27 60.1 13.91 -
YUV 191.83 55.86 133.12 -
System Red Green Blue C M Y K H S L
Decimal 199 213 64 0.07 0 0.70 0.16 65.64 0.64 0.54
Hex C7 D5 40 7 0 46 10 42 40 36
Octal 307 325 100 7 0 106 20 102 100 66
Binary 11000111 11010101 1000000 111 0 1000110 10000 1000010 1000000 110110

Color Harmonies of #C7D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D540

Black with #C7D540

Text Example


Text Example

White with #C7D540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D540; }

 p { color: rgb(199,213,64); }

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

background-color css

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

 a { background-color: rgb(199,213,64); }

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

border-color css

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

 span { border-color: rgb(199,213,64); }

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