Html Css Color HEX #99C741 Atlantis

📋 copy color: '#99C741'

red 153 ◦ green 199 ◦ blue 65

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

Shades of Atlantis #99C741

Tints of Atlantis #99C741

RGB

 RED value IS 153 (60.16% from 255) = 36.69%

 GREEN value IS 199 (78.13% from 255) = 47.72%

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 36.69%
G = 47.72%
B = 15.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#99C741 (or 0x99C741) is known color: Atlantis. HEX triplet: 99, C7 and 41. RGB value is (153,199,65). Sum of RGB (Red+Green+Blue) = 153+199+65=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #99C741 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C741 is #6638BE. Grayscale: #AAAAAA. Windows color (decimal): -6699199 or 4310937. OLE color: 4310937.

HSL color Cylindrical-coordinate representation of color #99C741: hue angle of 80.6º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99C741 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 199 65 -
CMYK 0.23 0 0.67 0.22
HSL 80.6º 0.54% 0.52% -
HSV(B) 80.6º 0.67% 0.78% -
XYZ 34.51 48 12.45 -
YUV 169.97 68.76 115.9 -
System Red Green Blue C M Y K H S L
Decimal 153 199 65 0.23 0 0.67 0.22 80.6 0.54 0.52
Hex 99 C7 41 17 0 43 16 51 36 34
Octal 231 307 101 27 0 103 26 121 66 64
Binary 10011001 11000111 1000001 10111 0 1000011 10110 1010001 110110 110100

Color Harmonies of #99C741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C741

Black with #99C741

Text Example


Text Example

White with #99C741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99C741; }

 p { color: rgb(153,199,65); }

 H1.HeaderClassName
 {
   color: #99C741;
 }
 .AnyTagClassName
 {
   color: #99C741;
 }
</style>

background-color css

<style>
 a { background-color: #99C741; }

 a { background-color: rgb(153,199,65); }

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

border-color css

<style>
 span { border-color: #99C741; }

 span { border-color: rgb(153,199,65); }

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