Html Css Color HEX #BDFA7A Sulu

📋 copy color: '#BDFA7A'

red 189 ◦ green 250 ◦ blue 122

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

Shades of Sulu #BDFA7A

Tints of Sulu #BDFA7A

RGB

 RED value IS 189 (74.22% from 255) = 33.69%

 GREEN value IS 250 (98.05% from 255) = 44.56%

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 33.69%
G = 44.56%
B = 21.75%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#BDFA7A (or 0xBDFA7A) is known color: Sulu. HEX triplet: BD, FA and 7A. RGB value is (189,250,122). Sum of RGB (Red+Green+Blue) = 189+250+122=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFA7A is #420585. Grayscale: #D9D9D9. Windows color (decimal): -4326790 or 8059581. OLE color: 8059581.

HSL color Cylindrical-coordinate representation of color #BDFA7A: hue angle of 88.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFA7A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 250 122 -
CMYK 0.24 0 0.51 0.02
HSL 88.59º 0.93% 0.73% -
HSV(B) 88.59º 0.51% 0.98% -
XYZ 58.68 80.6 30.88 -
YUV 217.17 74.29 107.91 -
System Red Green Blue C M Y K H S L
Decimal 189 250 122 0.24 0 0.51 0.02 88.59 0.93 0.73
Hex BD FA 7A 18 0 33 2 59 5D 49
Octal 275 372 172 30 0 63 2 131 135 111
Binary 10111101 11111010 1111010 11000 0 110011 10 1011001 1011101 1001001

Color Harmonies of #BDFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFA7A

Black with #BDFA7A

Text Example


Text Example

White with #BDFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFA7A; }

 p { color: rgb(189,250,122); }

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

background-color css

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

 a { background-color: rgb(189,250,122); }

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

border-color css

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

 span { border-color: rgb(189,250,122); }

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