Html Css Color HEX #94E755 Conifer

📋 copy color: '#94E755'

red 148 ◦ green 231 ◦ blue 85

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

Shades of Conifer #94E755

Tints of Conifer #94E755

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.78%

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 31.9%
G = 49.78%
B = 18.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#94E755 (or 0x94E755) is known color: Conifer. HEX triplet: 94, E7 and 55. RGB value is (148,231,85). Sum of RGB (Red+Green+Blue) = 148+231+85=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #94E755 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E755 is #6B18AA. Grayscale: #BEBEBE. Windows color (decimal): -7018667 or 5629844. OLE color: 5629844.

HSL color Cylindrical-coordinate representation of color #94E755: hue angle of 94.11º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E755 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 231 85 -
CMYK 0.36 0 0.63 0.09
HSL 94.11º 0.75% 0.62% -
HSV(B) 94.11º 0.63% 0.91% -
XYZ 42.43 64.1 18.73 -
YUV 189.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 148 231 85 0.36 0 0.63 0.09 94.11 0.75 0.62
Hex 94 E7 55 24 0 3F 9 5E 4B 3E
Octal 224 347 125 44 0 77 11 136 113 76
Binary 10010100 11100111 1010101 100100 0 111111 1001 1011110 1001011 111110

Color Harmonies of #94E755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E755

Black with #94E755

Text Example


Text Example

White with #94E755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,231,85); }

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

background-color css

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

 a { background-color: rgb(148,231,85); }

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

border-color css

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

 span { border-color: rgb(148,231,85); }

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