Html Css Color HEX #BDFC6B Sulu

📋 copy color: '#BDFC6B'

red 189 ◦ green 252 ◦ blue 107

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

Shades of Sulu #BDFC6B

Tints of Sulu #BDFC6B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

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

R = 34.49%
G = 45.99%
B = 19.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#BDFC6B (or 0xBDFC6B) is known color: Sulu. HEX triplet: BD, FC and 6B. RGB value is (189,252,107). Sum of RGB (Red+Green+Blue) = 189+252+107=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC6B is #420394. Grayscale: #D9D9D9. Windows color (decimal): -4326293 or 7077053. OLE color: 7077053.

HSL color Cylindrical-coordinate representation of color #BDFC6B: hue angle of 86.07º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDFC6B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 107 -
CMYK 0.25 0 0.58 0.01
HSL 86.07º 0.96% 0.7% -
HSV(B) 86.07º 0.58% 0.99% -
XYZ 58.45 81.5 26.56 -
YUV 216.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 189 252 107 0.25 0 0.58 0.01 86.07 0.96 0.7
Hex BD FC 6B 19 0 3A 1 56 60 46
Octal 275 374 153 31 0 72 1 126 140 106
Binary 10111101 11111100 1101011 11001 0 111010 1 1010110 1100000 1000110

Color Harmonies of #BDFC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC6B

Black with #BDFC6B

Text Example


Text Example

White with #BDFC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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