Html Css Color HEX #C6DA30 Fuego

📋 copy color: '#C6DA30'

red 198 ◦ green 218 ◦ blue 48

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

Shades of Fuego #C6DA30

Tints of Fuego #C6DA30

RGB

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

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

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

R = 42.67%
G = 46.98%
B = 10.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#C6DA30 (or 0xC6DA30) is known color: Fuego. HEX triplet: C6, DA and 30. RGB value is (198,218,48). Sum of RGB (Red+Green+Blue) = 198+218+48=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA30 is #3925CF. Grayscale: #C1C1C1. Windows color (decimal): -3745232 or 3201734. OLE color: 3201734.

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

Color convert

RGB 198 218 48 -
CMYK 0.09 0 0.78 0.15
HSL 67.06º 0.7% 0.52% -
HSV(B) 67.06º 0.78% 0.85% -
XYZ 48.89 62.36 12.26 -
YUV 192.64 46.37 131.82 -
System Red Green Blue C M Y K H S L
Decimal 198 218 48 0.09 0 0.78 0.15 67.06 0.7 0.52
Hex C6 DA 30 9 0 4E F 43 46 34
Octal 306 332 60 11 0 116 17 103 106 64
Binary 11000110 11011010 110000 1001 0 1001110 1111 1000011 1000110 110100

Color Harmonies of #C6DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA30

Black with #C6DA30

Text Example


Text Example

White with #C6DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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