Html Css Color HEX #BFDD6F Sulu

📋 copy color: '#BFDD6F'

red 191 ◦ green 221 ◦ blue 111

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

Shades of Sulu #BFDD6F

Tints of Sulu #BFDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.26%

 BLUE value IS 111 (43.75% from 255) = 21.22%

R = 36.52%
G = 42.26%
B = 21.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#BFDD6F (or 0xBFDD6F) is known color: Sulu. HEX triplet: BF, DD and 6F. RGB value is (191,221,111). Sum of RGB (Red+Green+Blue) = 191+221+111=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 111 (43.75% from 255 or 21.22% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD6F is #402290. Grayscale: #C7C7C7. Windows color (decimal): -4203153 or 7331263. OLE color: 7331263.

HSL color Cylindrical-coordinate representation of color #BFDD6F: hue angle of 76.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFDD6F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 111 -
CMYK 0.14 0 0.50 0.13
HSL 76.36º 0.62% 0.65% -
HSV(B) 76.36º 0.5% 0.87% -
XYZ 50.21 63.94 24.73 -
YUV 199.49 78.06 121.94 -
System Red Green Blue C M Y K H S L
Decimal 191 221 111 0.14 0 0.50 0.13 76.36 0.62 0.65
Hex BF DD 6F E 0 32 D 4C 3E 41
Octal 277 335 157 16 0 62 15 114 76 101
Binary 10111111 11011101 1101111 1110 0 110010 1101 1001100 111110 1000001

Color Harmonies of #BFDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD6F

Black with #BFDD6F

Text Example


Text Example

White with #BFDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD6F; }

 p { color: rgb(191,221,111); }

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

background-color css

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

 a { background-color: rgb(191,221,111); }

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

border-color css

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

 span { border-color: rgb(191,221,111); }

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