Html Css Color HEX #BAEF90 Sulu

📋 copy color: '#BAEF90'

red 186 ◦ green 239 ◦ blue 144

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

Shades of Sulu #BAEF90

Tints of Sulu #BAEF90

RGB

 RED value IS 186 (73.05% from 255) = 32.69%

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 144 (56.64% from 255) = 25.31%

R = 32.69%
G = 42%
B = 25.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#BAEF90 (or 0xBAEF90) is known color: Sulu. HEX triplet: BA, EF and 90. RGB value is (186,239,144). Sum of RGB (Red+Green+Blue) = 186+239+144=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 144 (56.64% from 255 or 25.31% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEF90 is #45106F. Grayscale: #D4D4D4. Windows color (decimal): -4526192 or 9498554. OLE color: 9498554.

HSL color Cylindrical-coordinate representation of color #BAEF90: hue angle of 93.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BAEF90 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 144 -
CMYK 0.22 0 0.40 0.06
HSL 93.47º 0.75% 0.75% -
HSV(B) 93.47º 0.4% 0.94% -
XYZ 56.15 74.19 37.75 -
YUV 212.32 89.44 109.22 -
System Red Green Blue C M Y K H S L
Decimal 186 239 144 0.22 0 0.40 0.06 93.47 0.75 0.75
Hex BA EF 90 16 0 28 6 5D 4B 4B
Octal 272 357 220 26 0 50 6 135 113 113
Binary 10111010 11101111 10010000 10110 0 101000 110 1011101 1001011 1001011

Color Harmonies of #BAEF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF90

Black with #BAEF90

Text Example


Text Example

White with #BAEF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF90; }

 p { color: rgb(186,239,144); }

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

background-color css

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

 a { background-color: rgb(186,239,144); }

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

border-color css

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

 span { border-color: rgb(186,239,144); }

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