#C6D74B

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

Shades of Las Palmas #C6D74B

Tints of Las Palmas #C6D74B

Color information

#C6D74B (or 0xC6D74B) is unknown color: approx Las Palmas. HEX triplet: C6, D7 and 4B. RGB value is (198,215,75). Sum of RGB (Red+Green+Blue) = 198+215+75=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 75 (29.69% from 255 or 15.37% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D74B is #3928B4. Grayscale: #C2C2C2. Windows color (decimal): -3745973 or 4970438. OLE color: 4970438.

HSL color Cylindrical-coordinate representation of color #C6D74B: hue angle of 67.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6D74B is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB19821575-
CMYK0.0800.650.16
HSL67.29º63.64%56.86%-
HSV(B)67.29º65.12%84.31%-
XYZ48.8661.1115.88-
YUV193.9660.87130.88-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.57%
GREEN value IS 215 (84.38% from 255) = 44.06%
BLUE value IS 75 (29.69% from 255) = 15.37%
R=40.57%
G=44.06%
B=15.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198215750.0800.650.1667.2963.6456.86
HexC6D74B804110434039
Octal3063271131001012010310071
Binary110001101101011110010111000010000011000010000111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D74B; }

 p { color: rgb(198,215,75); }

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

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

 a { background-color: rgb(198,215,75); }

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

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

 span { border-color: rgb(198,215,75); }

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