Html Css Color HEX #BFFC7F Sulu

📋 copy color: '#BFFC7F'

red 191 ◦ green 252 ◦ blue 127

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

Shades of Sulu #BFFC7F

Tints of Sulu #BFFC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.28%

R = 33.51%
G = 44.21%
B = 22.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BFFC7F (or 0xBFFC7F) is known color: Sulu. HEX triplet: BF, FC and 7F. RGB value is (191,252,127). Sum of RGB (Red+Green+Blue) = 191+252+127=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7F is #400380. Grayscale: #DBDBDB. Windows color (decimal): -4195201 or 8387775. OLE color: 8387775.

HSL color Cylindrical-coordinate representation of color #BFFC7F: hue angle of 89.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFC7F is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 127 -
CMYK 0.24 0 0.50 0.01
HSL 89.28º 0.95% 0.74% -
HSV(B) 89.28º 0.5% 0.99% -
XYZ 60.13 82.23 32.78 -
YUV 219.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 191 252 127 0.24 0 0.50 0.01 89.28 0.95 0.74
Hex BF FC 7F 18 0 32 1 59 5F 4A
Octal 277 374 177 30 0 62 1 131 137 112
Binary 10111111 11111100 1111111 11000 0 110010 1 1011001 1011111 1001010

Color Harmonies of #BFFC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC7F

Black with #BFFC7F

Text Example


Text Example

White with #BFFC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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