Html Css Color HEX #99CF41 Atlantis

📋 copy color: '#99CF41'

red 153 ◦ green 207 ◦ blue 65

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

Shades of Atlantis #99CF41

Tints of Atlantis #99CF41

RGB

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

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

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

R = 36%
G = 48.71%
B = 15.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#99CF41 (or 0x99CF41) is known color: Atlantis. HEX triplet: 99, CF and 41. RGB value is (153,207,65). Sum of RGB (Red+Green+Blue) = 153+207+65=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CF41 is #6630BE. Grayscale: #AFAFAF. Windows color (decimal): -6697151 or 4312985. OLE color: 4312985.

HSL color Cylindrical-coordinate representation of color #99CF41: hue angle of 82.82º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99CF41 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 65 -
CMYK 0.26 0 0.69 0.19
HSL 82.82º 0.6% 0.53% -
HSV(B) 82.82º 0.69% 0.81% -
XYZ 36.4 51.78 13.08 -
YUV 174.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 153 207 65 0.26 0 0.69 0.19 82.82 0.6 0.53
Hex 99 CF 41 1A 0 45 13 53 3C 35
Octal 231 317 101 32 0 105 23 123 74 65
Binary 10011001 11001111 1000001 11010 0 1000101 10011 1010011 111100 110101

Color Harmonies of #99CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF41

Black with #99CF41

Text Example


Text Example

White with #99CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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