Html Css Color HEX #94CF11 Citrus

📋 copy color: '#94CF11'

red 148 ◦ green 207 ◦ blue 17

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

Shades of Citrus #94CF11

Tints of Citrus #94CF11

RGB

 RED value IS 148 (58.2% from 255) = 39.78%

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

 BLUE value IS 17 (7.03% from 255) = 4.57%

R = 39.78%
G = 55.65%
B = 4.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#94CF11 (or 0x94CF11) is known color: Citrus. HEX triplet: 94, CF and 11. RGB value is (148,207,17). Sum of RGB (Red+Green+Blue) = 148+207+17=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CF11 is #6B30EE. Grayscale: #A8A8A8. Windows color (decimal): -7024879 or 1167252. OLE color: 1167252.

HSL color Cylindrical-coordinate representation of color #94CF11: hue angle of 78.63º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94CF11 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 207 17 -
CMYK 0.29 0 0.92 0.19
HSL 78.63º 0.85% 0.44% -
HSV(B) 78.63º 0.92% 0.81% -
XYZ 34.63 50.96 8.54 -
YUV 167.7 42.95 113.95 -
System Red Green Blue C M Y K H S L
Decimal 148 207 17 0.29 0 0.92 0.19 78.63 0.85 0.44
Hex 94 CF 11 1D 0 5C 13 4F 55 2C
Octal 224 317 21 35 0 134 23 117 125 54
Binary 10010100 11001111 10001 11101 0 1011100 10011 1001111 1010101 101100

Color Harmonies of #94CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF11

Black with #94CF11

Text Example


Text Example

White with #94CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CF11; }

 p { color: rgb(148,207,17); }

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

background-color css

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

 a { background-color: rgb(148,207,17); }

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

border-color css

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

 span { border-color: rgb(148,207,17); }

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