Html Css Color HEX #BFFC6B Sulu

📋 copy color: '#BFFC6B'

red 191 ◦ green 252 ◦ blue 107

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

Shades of Sulu #BFFC6B

Tints of Sulu #BFFC6B

RGB

 RED value IS 191 (75% from 255) = 34.73%

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

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

R = 34.73%
G = 45.82%
B = 19.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#BFFC6B (or 0xBFFC6B) is known color: Sulu. HEX triplet: BF, FC and 6B. RGB value is (191,252,107). Sum of RGB (Red+Green+Blue) = 191+252+107=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC6B is #400394. Grayscale: #D9D9D9. Windows color (decimal): -4195221 or 7077055. OLE color: 7077055.

HSL color Cylindrical-coordinate representation of color #BFFC6B: hue angle of 85.24º 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 #BFFC6B is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 107 -
CMYK 0.24 0 0.58 0.01
HSL 85.24º 0.96% 0.7% -
HSV(B) 85.24º 0.58% 0.99% -
XYZ 58.95 81.76 26.58 -
YUV 217.23 65.79 109.29 -
System Red Green Blue C M Y K H S L
Decimal 191 252 107 0.24 0 0.58 0.01 85.24 0.96 0.7
Hex BF FC 6B 18 0 3A 1 55 60 46
Octal 277 374 153 30 0 72 1 125 140 106
Binary 10111111 11111100 1101011 11000 0 111010 1 1010101 1100000 1000110

Color Harmonies of #BFFC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC6B

Black with #BFFC6B

Text Example


Text Example

White with #BFFC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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