Html Css Color HEX #BDFB6B Sulu

📋 copy color: '#BDFB6B'

red 189 ◦ green 251 ◦ blue 107

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

Shades of Sulu #BDFB6B

Tints of Sulu #BDFB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 34.55%
G = 45.89%
B = 19.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#BDFB6B (or 0xBDFB6B) is known color: Sulu. HEX triplet: BD, FB and 6B. RGB value is (189,251,107). Sum of RGB (Red+Green+Blue) = 189+251+107=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB6B is #420494. Grayscale: #D8D8D8. Windows color (decimal): -4326549 or 7076797. OLE color: 7076797.

HSL color Cylindrical-coordinate representation of color #BDFB6B: hue angle of 85.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDFB6B is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 107 -
CMYK 0.25 0 0.57 0.02
HSL 85.83º 0.95% 0.7% -
HSV(B) 85.83º 0.57% 0.98% -
XYZ 58.14 80.87 26.46 -
YUV 216.05 66.46 108.71 -
System Red Green Blue C M Y K H S L
Decimal 189 251 107 0.25 0 0.57 0.02 85.83 0.95 0.7
Hex BD FB 6B 19 0 39 2 56 5F 46
Octal 275 373 153 31 0 71 2 126 137 106
Binary 10111101 11111011 1101011 11001 0 111001 10 1010110 1011111 1000110

Color Harmonies of #BDFB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB6B

Black with #BDFB6B

Text Example


Text Example

White with #BDFB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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