Html Css Color HEX #BFD87D Sulu

📋 copy color: '#BFD87D'

red 191 ◦ green 216 ◦ blue 125

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

Shades of Sulu #BFD87D

Tints of Sulu #BFD87D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.6%

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 35.9%
G = 40.6%
B = 23.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#BFD87D (or 0xBFD87D) is known color: Sulu. HEX triplet: BF, D8 and 7D. RGB value is (191,216,125). Sum of RGB (Red+Green+Blue) = 191+216+125=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD87D is #402782. Grayscale: #C6C6C6. Windows color (decimal): -4204419 or 8247487. OLE color: 8247487.

HSL color Cylindrical-coordinate representation of color #BFD87D: hue angle of 76.48º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD87D is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 216 125 -
CMYK 0.12 0 0.42 0.15
HSL 76.48º 0.54% 0.67% -
HSV(B) 76.48º 0.42% 0.85% -
XYZ 49.74 61.67 28.68 -
YUV 198.15 86.72 122.9 -
System Red Green Blue C M Y K H S L
Decimal 191 216 125 0.12 0 0.42 0.15 76.48 0.54 0.67
Hex BF D8 7D C 0 2A F 4C 36 43
Octal 277 330 175 14 0 52 17 114 66 103
Binary 10111111 11011000 1111101 1100 0 101010 1111 1001100 110110 1000011

Color Harmonies of #BFD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD87D

Black with #BFD87D

Text Example


Text Example

White with #BFD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD87D; }

 p { color: rgb(191,216,125); }

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

background-color css

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

 a { background-color: rgb(191,216,125); }

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

border-color css

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

 span { border-color: rgb(191,216,125); }

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