Html Css Color HEX #C8D830 Fuego

📋 copy color: '#C8D830'

red 200 ◦ green 216 ◦ blue 48

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

Shades of Fuego #C8D830

Tints of Fuego #C8D830

RGB

 RED value IS 200 (78.52% from 255) = 43.1%

 GREEN value IS 216 (84.77% from 255) = 46.55%

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

R = 43.1%
G = 46.55%
B = 10.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#C8D830 (or 0xC8D830) is known color: Fuego. HEX triplet: C8, D8 and 30. RGB value is (200,216,48). Sum of RGB (Red+Green+Blue) = 200+216+48=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D830 is #3727CF. Grayscale: #C0C0C0. Windows color (decimal): -3614672 or 3201224. OLE color: 3201224.

HSL color Cylindrical-coordinate representation of color #C8D830: hue angle of 65.71º degrees, saturation: 0.68, 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 #C8D830 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 216 48 -
CMYK 0.07 0 0.78 0.15
HSL 65.71º 0.68% 0.52% -
HSV(B) 65.71º 0.78% 0.85% -
XYZ 48.91 61.6 12.11 -
YUV 192.06 46.7 133.66 -
System Red Green Blue C M Y K H S L
Decimal 200 216 48 0.07 0 0.78 0.15 65.71 0.68 0.52
Hex C8 D8 30 7 0 4E F 42 44 34
Octal 310 330 60 7 0 116 17 102 104 64
Binary 11001000 11011000 110000 111 0 1001110 1111 1000010 1000100 110100

Color Harmonies of #C8D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D830

Black with #C8D830

Text Example


Text Example

White with #C8D830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D830; }

 p { color: rgb(200,216,48); }

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

background-color css

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

 a { background-color: rgb(200,216,48); }

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

border-color css

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

 span { border-color: rgb(200,216,48); }

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