Html Css Color HEX #C3D428 Fuego

📋 copy color: '#C3D428'

red 195 ◦ green 212 ◦ blue 40

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

Shades of Fuego #C3D428

Tints of Fuego #C3D428

RGB

 RED value IS 195 (76.56% from 255) = 43.62%

 GREEN value IS 212 (83.2% from 255) = 47.43%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 43.62%
G = 47.43%
B = 8.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#C3D428 (or 0xC3D428) is known color: Fuego. HEX triplet: C3, D4 and 28. RGB value is (195,212,40). Sum of RGB (Red+Green+Blue) = 195+212+40=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D428 is #3C2BD7. Grayscale: #BBBBBB. Windows color (decimal): -3943384 or 2675907. OLE color: 2675907.

HSL color Cylindrical-coordinate representation of color #C3D428: hue angle of 65.93º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3D428 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 195 212 40 -
CMYK 0.08 0 0.81 0.17
HSL 65.93º 0.68% 0.49% -
HSV(B) 65.93º 0.81% 0.83% -
XYZ 46.43 58.84 10.92 -
YUV 187.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 195 212 40 0.08 0 0.81 0.17 65.93 0.68 0.49
Hex C3 D4 28 8 0 51 11 42 44 31
Octal 303 324 50 10 0 121 21 102 104 61
Binary 11000011 11010100 101000 1000 0 1010001 10001 1000010 1000100 110001

Color Harmonies of #C3D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D428

Black with #C3D428

Text Example


Text Example

White with #C3D428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D428; }

 p { color: rgb(195,212,40); }

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

background-color css

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

 a { background-color: rgb(195,212,40); }

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

border-color css

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

 span { border-color: rgb(195,212,40); }

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