Html Css Color HEX #C6DD30 Las Palmas

📋 copy color: '#C6DD30'

red 198 ◦ green 221 ◦ blue 48

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

Shades of Las Palmas #C6DD30

Tints of Las Palmas #C6DD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 42.4%
G = 47.32%
B = 10.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#C6DD30 (or 0xC6DD30) is known color: Las Palmas. HEX triplet: C6, DD and 30. RGB value is (198,221,48). Sum of RGB (Red+Green+Blue) = 198+221+48=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DD30 is #3922CF. Grayscale: #C3C3C3. Windows color (decimal): -3744464 or 3202502. OLE color: 3202502.

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

Color convert

RGB 198 221 48 -
CMYK 0.10 0 0.78 0.13
HSL 67.98º 0.72% 0.53% -
HSV(B) 67.98º 0.78% 0.87% -
XYZ 49.68 63.93 12.52 -
YUV 194.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 198 221 48 0.10 0 0.78 0.13 67.98 0.72 0.53
Hex C6 DD 30 A 0 4E D 44 48 35
Octal 306 335 60 12 0 116 15 104 110 65
Binary 11000110 11011101 110000 1010 0 1001110 1101 1000100 1001000 110101

Color Harmonies of #C6DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DD30

Black with #C6DD30

Text Example


Text Example

White with #C6DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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