Html Css Color HEX #BFDF7F Sulu

📋 copy color: '#BFDF7F'

red 191 ◦ green 223 ◦ blue 127

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

Shades of Sulu #BFDF7F

Tints of Sulu #BFDF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.22%

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

R = 35.3%
G = 41.22%
B = 23.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#BFDF7F (or 0xBFDF7F) is known color: Sulu. HEX triplet: BF, DF and 7F. RGB value is (191,223,127). Sum of RGB (Red+Green+Blue) = 191+223+127=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7F is #402080. Grayscale: #CACACA. Windows color (decimal): -4202625 or 8380351. OLE color: 8380351.

HSL color Cylindrical-coordinate representation of color #BFDF7F: hue angle of 80º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFDF7F is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 223 127 -
CMYK 0.14 0 0.43 0.13
HSL 80º 0.6% 0.69% -
HSV(B) 80º 0.43% 0.87% -
XYZ 51.7 65.38 29.97 -
YUV 202.49 85.4 119.81 -
System Red Green Blue C M Y K H S L
Decimal 191 223 127 0.14 0 0.43 0.13 80 0.6 0.69
Hex BF DF 7F E 0 2B D 50 3C 45
Octal 277 337 177 16 0 53 15 120 74 105
Binary 10111111 11011111 1111111 1110 0 101011 1101 1010000 111100 1000101

Color Harmonies of #BFDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF7F

Black with #BFDF7F

Text Example


Text Example

White with #BFDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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