Html Css Color HEX #94CF90 De York

📋 copy color: '#94CF90'

red 148 ◦ green 207 ◦ blue 144

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

Shades of De York #94CF90

Tints of De York #94CF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.86%

R = 29.66%
G = 41.48%
B = 28.86%

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

#94CF90 (or 0x94CF90) is known color: De York. HEX triplet: 94, CF and 90. RGB value is (148,207,144). Sum of RGB (Red+Green+Blue) = 148+207+144=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CF90 is #6B306F. Grayscale: #B6B6B6. Windows color (decimal): -7024752 or 9490324. OLE color: 9490324.

HSL color Cylindrical-coordinate representation of color #94CF90: hue angle of 116.19º degrees, saturation: 0.4, 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 #94CF90 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 207 144 -
CMYK 0.29 0 0.30 0.19
HSL 116.19º 0.4% 0.69% -
HSV(B) 116.19º 0.3% 0.81% -
XYZ 39.56 52.94 34.52 -
YUV 182.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 148 207 144 0.29 0 0.30 0.19 116.19 0.4 0.69
Hex 94 CF 90 1D 0 1E 13 74 28 45
Octal 224 317 220 35 0 36 23 164 50 105
Binary 10010100 11001111 10010000 11101 0 11110 10011 1110100 101000 1000101

Color Harmonies of #94CF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF90

Black with #94CF90

Text Example


Text Example

White with #94CF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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