Html Css Color HEX #94CF00 Citrus

📋 copy color: '#94CF00'

red 148 ◦ green 207 ◦ blue 0

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

Shades of Citrus #94CF00

Tints of Citrus #94CF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.69%
G = 58.31%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#94CF00 (or 0x94CF00) is known color: Citrus. HEX triplet: 94, CF and 00. RGB value is (148,207,0). Sum of RGB (Red+Green+Blue) = 148+207+0=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CF00 is #6B30FF. Grayscale: #A6A6A6. Windows color (decimal): -7024896 or 53140. OLE color: 53140.

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

Color convert

RGB 148 207 0 -
CMYK 0.29 0 1 0.19
HSL 77.1º 1% 0.41% -
HSV(B) 77.1º 1% 0.81% -
XYZ 34.53 50.92 8.01 -
YUV 165.76 34.45 115.33 -
System Red Green Blue C M Y K H S L
Decimal 148 207 0 0.29 0 1 0.19 77.1 1 0.41
Hex 94 CF 0 1D 0 64 13 4D 64 29
Octal 224 317 0 35 0 144 23 115 144 51
Binary 10010100 11001111 0 11101 0 1100100 10011 1001101 1100100 101001

Color Harmonies of #94CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF00

Black with #94CF00

Text Example


Text Example

White with #94CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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