#C7DB32

Color #C7DB32 Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C7DB32

Tints of Las Palmas #C7DB32

Color information

#C7DB32 (or 0xC7DB32) is unknown color: approx Las Palmas. HEX triplet: C7, DB and 32. RGB value is (199,219,50). Sum of RGB (Red+Green+Blue) = 199+219+50=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB32 is #3824CD. Grayscale: #C2C2C2. Windows color (decimal): -3679438 or 3333063. OLE color: 3333063.

HSL color Cylindrical-coordinate representation of color #C7DB32: hue angle of 67.1º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7DB32 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB19921950-
CMYK0.0900.770.14
HSL67.1º70.12%52.75%-
HSV(B)67.1º77.17%85.88%-
XYZ49.4663.0412.58-
YUV193.7546.87131.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 219 (85.94% from 255) = 46.79%
BLUE value IS 50 (19.92% from 255) = 10.68%
R=42.52%
G=46.79%
B=10.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199219500.0900.770.1467.170.1252.75
HexC7DB32904DE434635
Octal307333621101151610310665
Binary1100011111011011110010100101001101111010000111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DB32; }

 p { color: rgb(199,219,50); }

 H1.HeaderClassName
 {
   color: #C7DB32;
 }
 .AnyTagClassName
 {
   color: #C7DB32;
 }
</style>
background-color css

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

 a { background-color: rgb(199,219,50); }

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

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

 span { border-color: rgb(199,219,50); }

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