Html Css Color HEX #C5D92E Fuego

📋 copy color: '#C5D92E'

red 197 ◦ green 217 ◦ blue 46

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

Shades of Fuego #C5D92E

Tints of Fuego #C5D92E

RGB

 RED value IS 197 (77.34% from 255) = 42.83%

 GREEN value IS 217 (85.16% from 255) = 47.17%

 BLUE value IS 46 (18.36% from 255) = 10%

R = 42.83%
G = 47.17%
B = 10%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#C5D92E (or 0xC5D92E) is known color: Fuego. HEX triplet: C5, D9 and 2E. RGB value is (197,217,46). Sum of RGB (Red+Green+Blue) = 197+217+46=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D92E is #3A26D1. Grayscale: #C0C0C0. Windows color (decimal): -3811026 or 3070405. OLE color: 3070405.

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

Color convert

RGB 197 217 46 -
CMYK 0.09 0 0.79 0.15
HSL 67.02º 0.69% 0.52% -
HSV(B) 67.02º 0.79% 0.85% -
XYZ 48.33 61.69 11.95 -
YUV 191.53 45.87 131.9 -
System Red Green Blue C M Y K H S L
Decimal 197 217 46 0.09 0 0.79 0.15 67.02 0.69 0.52
Hex C5 D9 2E 9 0 4F F 43 45 34
Octal 305 331 56 11 0 117 17 103 105 64
Binary 11000101 11011001 101110 1001 0 1001111 1111 1000011 1000101 110100

Color Harmonies of #C5D92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D92E

Black with #C5D92E

Text Example


Text Example

White with #C5D92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D92E; }

 p { color: rgb(197,217,46); }

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

background-color css

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

 a { background-color: rgb(197,217,46); }

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

border-color css

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

 span { border-color: rgb(197,217,46); }

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