Html Css Color HEX #C6DE30 Las Palmas

📋 copy color: '#C6DE30'

red 198 ◦ green 222 ◦ blue 48

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

Shades of Las Palmas #C6DE30

Tints of Las Palmas #C6DE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 42.31%
G = 47.44%
B = 10.26%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#C6DE30 (or 0xC6DE30) is known color: Las Palmas. HEX triplet: C6, DE and 30. RGB value is (198,222,48). Sum of RGB (Red+Green+Blue) = 198+222+48=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DE30 is #3921CF. Grayscale: #C3C3C3. Windows color (decimal): -3744208 or 3202758. OLE color: 3202758.

HSL color Cylindrical-coordinate representation of color #C6DE30: hue angle of 68.28º degrees, saturation: 0.73, 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 #C6DE30 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 222 48 -
CMYK 0.11 0 0.78 0.13
HSL 68.28º 0.73% 0.53% -
HSV(B) 68.28º 0.78% 0.87% -
XYZ 49.94 64.46 12.61 -
YUV 194.99 45.05 130.15 -
System Red Green Blue C M Y K H S L
Decimal 198 222 48 0.11 0 0.78 0.13 68.28 0.73 0.53
Hex C6 DE 30 B 0 4E D 44 48 35
Octal 306 336 60 13 0 116 15 104 110 65
Binary 11000110 11011110 110000 1011 0 1001110 1101 1000100 1001000 110101

Color Harmonies of #C6DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DE30

Black with #C6DE30

Text Example


Text Example

White with #C6DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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