Html Css Color HEX #BFD57F Sulu

📋 copy color: '#BFD57F'

red 191 ◦ green 213 ◦ blue 127

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

Shades of Sulu #BFD57F

Tints of Sulu #BFD57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.11%

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

R = 35.97%
G = 40.11%
B = 23.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#BFD57F (or 0xBFD57F) is known color: Sulu. HEX triplet: BF, D5 and 7F. RGB value is (191,213,127). Sum of RGB (Red+Green+Blue) = 191+213+127=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57F is #402A80. Grayscale: #C4C4C4. Windows color (decimal): -4205185 or 8377791. OLE color: 8377791.

HSL color Cylindrical-coordinate representation of color #BFD57F: hue angle of 75.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD57F is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 127 -
CMYK 0.10 0 0.40 0.16
HSL 75.35º 0.51% 0.67% -
HSV(B) 75.35º 0.4% 0.84% -
XYZ 49.11 60.2 29.11 -
YUV 196.62 88.71 123.99 -
System Red Green Blue C M Y K H S L
Decimal 191 213 127 0.10 0 0.40 0.16 75.35 0.51 0.67
Hex BF D5 7F A 0 28 10 4B 33 43
Octal 277 325 177 12 0 50 20 113 63 103
Binary 10111111 11010101 1111111 1010 0 101000 10000 1001011 110011 1000011

Color Harmonies of #BFD57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD57F

Black with #BFD57F

Text Example


Text Example

White with #BFD57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD57F; }

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

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

background-color css

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

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

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

border-color css

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

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

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