Html Css Color HEX #96CF0D Citrus

📋 copy color: '#96CF0D'

red 150 ◦ green 207 ◦ blue 13

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

Shades of Citrus #96CF0D

Tints of Citrus #96CF0D

RGB

 RED value IS 150 (58.98% from 255) = 40.54%

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

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 40.54%
G = 55.95%
B = 3.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#96CF0D (or 0x96CF0D) is known color: Citrus. HEX triplet: 96, CF and 0D. RGB value is (150,207,13). Sum of RGB (Red+Green+Blue) = 150+207+13=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CF0D is #6930F2. Grayscale: #A8A8A8. Windows color (decimal): -6893811 or 905110. OLE color: 905110.

HSL color Cylindrical-coordinate representation of color #96CF0D: hue angle of 77.63º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96CF0D is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 13 -
CMYK 0.28 0 0.94 0.19
HSL 77.63º 0.88% 0.43% -
HSV(B) 77.63º 0.94% 0.81% -
XYZ 34.96 51.14 8.41 -
YUV 167.84 40.62 115.27 -
System Red Green Blue C M Y K H S L
Decimal 150 207 13 0.28 0 0.94 0.19 77.63 0.88 0.43
Hex 96 CF D 1C 0 5E 13 4E 58 2B
Octal 226 317 15 34 0 136 23 116 130 53
Binary 10010110 11001111 1101 11100 0 1011110 10011 1001110 1011000 101011

Color Harmonies of #96CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF0D

Black with #96CF0D

Text Example


Text Example

White with #96CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CF0D; }

 p { color: rgb(150,207,13); }

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

background-color css

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

 a { background-color: rgb(150,207,13); }

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

border-color css

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

 span { border-color: rgb(150,207,13); }

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