Html Css Color HEX #C6DD2F Las Palmas

📋 copy color: '#C6DD2F'

red 198 ◦ green 221 ◦ blue 47

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

Shades of Las Palmas #C6DD2F

Tints of Las Palmas #C6DD2F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.42%

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 42.49%
G = 47.42%
B = 10.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#C6DD2F (or 0xC6DD2F) is known color: Las Palmas. HEX triplet: C6, DD and 2F. RGB value is (198,221,47). Sum of RGB (Red+Green+Blue) = 198+221+47=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD2F is #3922D0. Grayscale: #C2C2C2. Windows color (decimal): -3744465 or 3136966. OLE color: 3136966.

HSL color Cylindrical-coordinate representation of color #C6DD2F: hue angle of 67.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DD2F is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 221 47 -
CMYK 0.10 0 0.79 0.13
HSL 67.93º 0.72% 0.53% -
HSV(B) 67.93º 0.79% 0.87% -
XYZ 49.66 63.92 12.41 -
YUV 194.29 44.88 130.65 -
System Red Green Blue C M Y K H S L
Decimal 198 221 47 0.10 0 0.79 0.13 67.93 0.72 0.53
Hex C6 DD 2F A 0 4F D 44 48 35
Octal 306 335 57 12 0 117 15 104 110 65
Binary 11000110 11011101 101111 1010 0 1001111 1101 1000100 1001000 110101

Color Harmonies of #C6DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD2F

Black with #C6DD2F

Text Example


Text Example

White with #C6DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD2F; }

 p { color: rgb(198,221,47); }

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

background-color css

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

 a { background-color: rgb(198,221,47); }

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

border-color css

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

 span { border-color: rgb(198,221,47); }

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