Html Css Color HEX #94CE4B Atlantis

📋 copy color: '#94CE4B'

red 148 ◦ green 206 ◦ blue 75

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

Shades of Atlantis #94CE4B

Tints of Atlantis #94CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.02%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 34.5%
G = 48.02%
B = 17.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#94CE4B (or 0x94CE4B) is known color: Atlantis. HEX triplet: 94, CE and 4B. RGB value is (148,206,75). Sum of RGB (Red+Green+Blue) = 148+206+75=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE4B is #6B31B4. Grayscale: #AEAEAE. Windows color (decimal): -7025077 or 4968084. OLE color: 4968084.

HSL color Cylindrical-coordinate representation of color #94CE4B: hue angle of 86.56º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94CE4B is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 75 -
CMYK 0.28 0 0.64 0.19
HSL 86.56º 0.57% 0.55% -
HSV(B) 86.56º 0.64% 0.81% -
XYZ 35.55 50.95 14.62 -
YUV 173.72 72.28 109.65 -
System Red Green Blue C M Y K H S L
Decimal 148 206 75 0.28 0 0.64 0.19 86.56 0.57 0.55
Hex 94 CE 4B 1C 0 40 13 57 39 37
Octal 224 316 113 34 0 100 23 127 71 67
Binary 10010100 11001110 1001011 11100 0 1000000 10011 1010111 111001 110111

Color Harmonies of #94CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE4B

Black with #94CE4B

Text Example


Text Example

White with #94CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,75); }

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

background-color css

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

 a { background-color: rgb(148,206,75); }

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

border-color css

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

 span { border-color: rgb(148,206,75); }

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