Html Css Color HEX #C9CF30 Fuego

📋 copy color: '#C9CF30'

red 201 ◦ green 207 ◦ blue 48

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

Shades of Fuego #C9CF30

Tints of Fuego #C9CF30

RGB

 RED value IS 201 (78.91% from 255) = 44.08%

 GREEN value IS 207 (81.25% from 255) = 45.39%

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

R = 44.08%
G = 45.39%
B = 10.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#C9CF30 (or 0xC9CF30) is known color: Fuego. HEX triplet: C9, CF and 30. RGB value is (201,207,48). Sum of RGB (Red+Green+Blue) = 201+207+48=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CF30 is #3630CF. Grayscale: #BBBBBB. Windows color (decimal): -3551440 or 3198921. OLE color: 3198921.

HSL color Cylindrical-coordinate representation of color #C9CF30: hue angle of 62.26º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9CF30 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 207 48 -
CMYK 0.03 0 0.77 0.19
HSL 62.26º 0.62% 0.5% -
HSV(B) 62.26º 0.77% 0.81% -
XYZ 46.93 57.26 11.37 -
YUV 187.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 201 207 48 0.03 0 0.77 0.19 62.26 0.62 0.5
Hex C9 CF 30 3 0 4D 13 3E 3E 32
Octal 311 317 60 3 0 115 23 76 76 62
Binary 11001001 11001111 110000 11 0 1001101 10011 111110 111110 110010

Color Harmonies of #C9CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF30

Black with #C9CF30

Text Example


Text Example

White with #C9CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF30; }

 p { color: rgb(201,207,48); }

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

background-color css

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

 a { background-color: rgb(201,207,48); }

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

border-color css

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

 span { border-color: rgb(201,207,48); }

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