Html Css Color HEX #C7D534 Las Palmas

📋 copy color: '#C7D534'

red 199 ◦ green 213 ◦ blue 52

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

Shades of Las Palmas #C7D534

Tints of Las Palmas #C7D534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.21%

R = 42.89%
G = 45.91%
B = 11.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#C7D534 (or 0xC7D534) is known color: Las Palmas. HEX triplet: C7, D5 and 34. RGB value is (199,213,52). Sum of RGB (Red+Green+Blue) = 199+213+52=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D534 is #382ACB. Grayscale: #BFBFBF. Windows color (decimal): -3680972 or 3462599. OLE color: 3462599.

HSL color Cylindrical-coordinate representation of color #C7D534: hue angle of 65.22º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7D534 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 213 52 -
CMYK 0.07 0 0.76 0.16
HSL 65.22º 0.66% 0.52% -
HSV(B) 65.22º 0.76% 0.84% -
XYZ 47.97 59.98 12.3 -
YUV 190.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 199 213 52 0.07 0 0.76 0.16 65.22 0.66 0.52
Hex C7 D5 34 7 0 4C 10 41 42 34
Octal 307 325 64 7 0 114 20 101 102 64
Binary 11000111 11010101 110100 111 0 1001100 10000 1000001 1000010 110100

Color Harmonies of #C7D534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D534

Black with #C7D534

Text Example


Text Example

White with #C7D534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D534; }

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

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

background-color css

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

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

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

border-color css

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

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

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