Html Css Color HEX #BDFB7A Sulu

📋 copy color: '#BDFB7A'

red 189 ◦ green 251 ◦ blue 122

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

Shades of Sulu #BDFB7A

Tints of Sulu #BDFB7A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.66%

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

R = 33.63%
G = 44.66%
B = 21.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#BDFB7A (or 0xBDFB7A) is known color: Sulu. HEX triplet: BD, FB and 7A. RGB value is (189,251,122). Sum of RGB (Red+Green+Blue) = 189+251+122=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7A is #420485. Grayscale: #DADADA. Windows color (decimal): -4326534 or 8059837. OLE color: 8059837.

HSL color Cylindrical-coordinate representation of color #BDFB7A: hue angle of 88.84º degrees, saturation: 0.94, 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 #BDFB7A is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 122 -
CMYK 0.25 0 0.51 0.02
HSL 88.84º 0.94% 0.73% -
HSV(B) 88.84º 0.51% 0.98% -
XYZ 59 81.22 30.98 -
YUV 217.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 189 251 122 0.25 0 0.51 0.02 88.84 0.94 0.73
Hex BD FB 7A 19 0 33 2 59 5E 49
Octal 275 373 172 31 0 63 2 131 136 111
Binary 10111101 11111011 1111010 11001 0 110011 10 1011001 1011110 1001001

Color Harmonies of #BDFB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB7A

Black with #BDFB7A

Text Example


Text Example

White with #BDFB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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