Html Css Color HEX #C6DA4B Las Palmas

📋 copy color: '#C6DA4B'

red 198 ◦ green 218 ◦ blue 75

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

Shades of Las Palmas #C6DA4B

Tints of Las Palmas #C6DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 40.33%
G = 44.4%
B = 15.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#C6DA4B (or 0xC6DA4B) is known color: Las Palmas. HEX triplet: C6, DA and 4B. RGB value is (198,218,75). Sum of RGB (Red+Green+Blue) = 198+218+75=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA4B is #3925B4. Grayscale: #C4C4C4. Windows color (decimal): -3745205 or 4971206. OLE color: 4971206.

HSL color Cylindrical-coordinate representation of color #C6DA4B: hue angle of 68.39º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6DA4B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 75 -
CMYK 0.09 0 0.66 0.15
HSL 68.39º 0.66% 0.57% -
HSV(B) 68.39º 0.66% 0.85% -
XYZ 49.63 62.66 16.13 -
YUV 195.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 198 218 75 0.09 0 0.66 0.15 68.39 0.66 0.57
Hex C6 DA 4B 9 0 42 F 44 42 39
Octal 306 332 113 11 0 102 17 104 102 71
Binary 11000110 11011010 1001011 1001 0 1000010 1111 1000100 1000010 111001

Color Harmonies of #C6DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA4B

Black with #C6DA4B

Text Example


Text Example

White with #C6DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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