Html Css Color HEX #C6DC4B Las Palmas

📋 copy color: '#C6DC4B'

red 198 ◦ green 220 ◦ blue 75

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

Shades of Las Palmas #C6DC4B

Tints of Las Palmas #C6DC4B

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 40.16%
G = 44.62%
B = 15.21%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#C6DC4B (or 0xC6DC4B) is known color: Las Palmas. HEX triplet: C6, DC and 4B. RGB value is (198,220,75). Sum of RGB (Red+Green+Blue) = 198+220+75=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC4B is #3923B4. Grayscale: #C5C5C5. Windows color (decimal): -3744693 or 4971718. OLE color: 4971718.

HSL color Cylindrical-coordinate representation of color #C6DC4B: hue angle of 69.1º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6DC4B is Cyan = 0.1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 220 75 -
CMYK 0.1 0 0.66 0.14
HSL 69.1º 0.67% 0.58% -
HSV(B) 69.1º 0.66% 0.86% -
XYZ 50.15 63.7 16.31 -
YUV 196.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 198 220 75 0.1 0 0.66 0.14 69.1 0.67 0.58
Hex C6 DC 4B A 0 42 E 45 43 3A
Octal 306 334 113 12 0 102 16 105 103 72
Binary 11000110 11011100 1001011 1010 0 1000010 1110 1000101 1000011 111010

Color Harmonies of #C6DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DC4B

Black with #C6DC4B

Text Example


Text Example

White with #C6DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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