Html Css Color HEX #98CB3F Atlantis

📋 copy color: '#98CB3F'

red 152 ◦ green 203 ◦ blue 63

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

Shades of Atlantis #98CB3F

Tints of Atlantis #98CB3F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.56%

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

R = 36.36%
G = 48.56%
B = 15.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#98CB3F (or 0x98CB3F) is known color: Atlantis. HEX triplet: 98, CB and 3F. RGB value is (152,203,63). Sum of RGB (Red+Green+Blue) = 152+203+63=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CB3F is #6734C0. Grayscale: #ACACAC. Windows color (decimal): -6763713 or 4180888. OLE color: 4180888.

HSL color Cylindrical-coordinate representation of color #98CB3F: hue angle of 81.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98CB3F is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 203 63 -
CMYK 0.25 0 0.69 0.20
HSL 81.86º 0.57% 0.52% -
HSV(B) 81.86º 0.69% 0.8% -
XYZ 35.2 49.75 12.45 -
YUV 171.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 152 203 63 0.25 0 0.69 0.20 81.86 0.57 0.52
Hex 98 CB 3F 19 0 45 14 52 39 34
Octal 230 313 77 31 0 105 24 122 71 64
Binary 10011000 11001011 111111 11001 0 1000101 10100 1010010 111001 110100

Color Harmonies of #98CB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CB3F

Black with #98CB3F

Text Example


Text Example

White with #98CB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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