Html Css Color HEX #98CF3F Atlantis

📋 copy color: '#98CF3F'

red 152 ◦ green 207 ◦ blue 63

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

Shades of Atlantis #98CF3F

Tints of Atlantis #98CF3F

RGB

 RED value IS 152 (59.77% from 255) = 36.02%

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

 BLUE value IS 63 (25% from 255) = 14.93%

R = 36.02%
G = 49.05%
B = 14.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#98CF3F (or 0x98CF3F) is known color: Atlantis. HEX triplet: 98, CF and 3F. RGB value is (152,207,63). Sum of RGB (Red+Green+Blue) = 152+207+63=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CF3F is #6730C0. Grayscale: #AEAEAE. Windows color (decimal): -6762689 or 4181912. OLE color: 4181912.

HSL color Cylindrical-coordinate representation of color #98CF3F: hue angle of 82.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98CF3F is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 207 63 -
CMYK 0.27 0 0.70 0.19
HSL 82.92º 0.6% 0.53% -
HSV(B) 82.92º 0.7% 0.81% -
XYZ 36.16 51.66 12.77 -
YUV 174.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 152 207 63 0.27 0 0.70 0.19 82.92 0.6 0.53
Hex 98 CF 3F 1B 0 46 13 53 3C 35
Octal 230 317 77 33 0 106 23 123 74 65
Binary 10011000 11001111 111111 11011 0 1000110 10011 1010011 111100 110101

Color Harmonies of #98CF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CF3F

Black with #98CF3F

Text Example


Text Example

White with #98CF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CF3F; }

 p { color: rgb(152,207,63); }

 H1.HeaderClassName
 {
   color: #98CF3F;
 }
 .AnyTagClassName
 {
   color: #98CF3F;
 }
</style>

background-color css

<style>
 a { background-color: #98CF3F; }

 a { background-color: rgb(152,207,63); }

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

border-color css

<style>
 span { border-color: #98CF3F; }

 span { border-color: rgb(152,207,63); }

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