Html Css Color HEX #BFDF7E Sulu

📋 copy color: '#BFDF7E'

red 191 ◦ green 223 ◦ blue 126

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

Shades of Sulu #BFDF7E

Tints of Sulu #BFDF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 35.37%
G = 41.3%
B = 23.33%

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

#BFDF7E (or 0xBFDF7E) is known color: Sulu. HEX triplet: BF, DF and 7E. RGB value is (191,223,126). Sum of RGB (Red+Green+Blue) = 191+223+126=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF7E is #402081. Grayscale: #CACACA. Windows color (decimal): -4202626 or 8314815. OLE color: 8314815.

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

Color convert

RGB 191 223 126 -
CMYK 0.14 0 0.43 0.13
HSL 79.79º 0.6% 0.68% -
HSV(B) 79.79º 0.43% 0.87% -
XYZ 51.64 65.36 29.63 -
YUV 202.37 84.9 119.89 -
System Red Green Blue C M Y K H S L
Decimal 191 223 126 0.14 0 0.43 0.13 79.79 0.6 0.68
Hex BF DF 7E E 0 2B D 50 3C 44
Octal 277 337 176 16 0 53 15 120 74 104
Binary 10111111 11011111 1111110 1110 0 101011 1101 1010000 111100 1000100

Color Harmonies of #BFDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDF7E

Black with #BFDF7E

Text Example


Text Example

White with #BFDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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