Html Css Color HEX #9FCF04 Citrus

📋 copy color: '#9FCF04'

red 159 ◦ green 207 ◦ blue 4

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

Shades of Citrus #9FCF04

Tints of Citrus #9FCF04

RGB

 RED value IS 159 (62.5% from 255) = 42.97%

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 42.97%
G = 55.95%
B = 1.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#9FCF04 (or 0x9FCF04) is known color: Citrus. HEX triplet: 9F, CF and 04. RGB value is (159,207,4). Sum of RGB (Red+Green+Blue) = 159+207+4=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCF04 is #6030FB. Grayscale: #AAAAAA. Windows color (decimal): -6303996 or 315295. OLE color: 315295.

HSL color Cylindrical-coordinate representation of color #9FCF04: hue angle of 74.19º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FCF04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 4 -
CMYK 0.23 0 0.98 0.19
HSL 74.19º 0.96% 0.41% -
HSV(B) 74.19º 0.98% 0.81% -
XYZ 36.63 52.01 8.22 -
YUV 169.51 34.6 120.51 -
System Red Green Blue C M Y K H S L
Decimal 159 207 4 0.23 0 0.98 0.19 74.19 0.96 0.41
Hex 9F CF 4 17 0 62 13 4A 60 29
Octal 237 317 4 27 0 142 23 112 140 51
Binary 10011111 11001111 100 10111 0 1100010 10011 1001010 1100000 101001

Color Harmonies of #9FCF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF04

Black with #9FCF04

Text Example


Text Example

White with #9FCF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCF04; }

 p { color: rgb(159,207,4); }

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

background-color css

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

 a { background-color: rgb(159,207,4); }

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

border-color css

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

 span { border-color: rgb(159,207,4); }

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