Html Css Color HEX #94CF8B Granny Smith Apple

📋 copy color: '#94CF8B'

red 148 ◦ green 207 ◦ blue 139

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

Shades of Granny Smith Apple #94CF8B

Tints of Granny Smith Apple #94CF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 29.96%
G = 41.9%
B = 28.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#94CF8B (or 0x94CF8B) is known color: Granny Smith Apple. HEX triplet: 94, CF and 8B. RGB value is (148,207,139). Sum of RGB (Red+Green+Blue) = 148+207+139=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CF8B is #6B3074. Grayscale: #B5B5B5. Windows color (decimal): -7024757 or 9162644. OLE color: 9162644.

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

Color convert

RGB 148 207 139 -
CMYK 0.29 0 0.33 0.19
HSL 112.06º 0.41% 0.68% -
HSV(B) 112.06º 0.33% 0.81% -
XYZ 39.19 52.79 32.55 -
YUV 181.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 148 207 139 0.29 0 0.33 0.19 112.06 0.41 0.68
Hex 94 CF 8B 1D 0 21 13 70 29 44
Octal 224 317 213 35 0 41 23 160 51 104
Binary 10010100 11001111 10001011 11101 0 100001 10011 1110000 101001 1000100

Color Harmonies of #94CF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF8B

Black with #94CF8B

Text Example


Text Example

White with #94CF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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