Html Css Color HEX #94CF91 De York

📋 copy color: '#94CF91'

red 148 ◦ green 207 ◦ blue 145

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

Shades of De York #94CF91

Tints of De York #94CF91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 29.6%
G = 41.4%
B = 29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#94CF91 (or 0x94CF91) is known color: De York. HEX triplet: 94, CF and 91. RGB value is (148,207,145). Sum of RGB (Red+Green+Blue) = 148+207+145=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 207 (81.25% from 255 or 41.4% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CF91 is #6B306E. Grayscale: #B6B6B6. Windows color (decimal): -7024751 or 9555860. OLE color: 9555860.

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

Color convert

RGB 148 207 145 -
CMYK 0.29 0 0.30 0.19
HSL 117.1º 0.39% 0.69% -
HSV(B) 117.1º 0.3% 0.81% -
XYZ 39.64 52.97 34.92 -
YUV 182.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 148 207 145 0.29 0 0.30 0.19 117.1 0.39 0.69
Hex 94 CF 91 1D 0 1E 13 75 27 45
Octal 224 317 221 35 0 36 23 165 47 105
Binary 10010100 11001111 10010001 11101 0 11110 10011 1110101 100111 1000101

Color Harmonies of #94CF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF91

Black with #94CF91

Text Example


Text Example

White with #94CF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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