Html Css Color HEX #BFDD6C Sulu

📋 copy color: '#BFDD6C'

red 191 ◦ green 221 ◦ blue 108

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

Shades of Sulu #BFDD6C

Tints of Sulu #BFDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.77%

R = 36.73%
G = 42.5%
B = 20.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#BFDD6C (or 0xBFDD6C) is known color: Sulu. HEX triplet: BF, DD and 6C. RGB value is (191,221,108). Sum of RGB (Red+Green+Blue) = 191+221+108=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDD6C is #402293. Grayscale: #C7C7C7. Windows color (decimal): -4203156 or 7134655. OLE color: 7134655.

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

Color convert

RGB 191 221 108 -
CMYK 0.14 0 0.51 0.13
HSL 75.93º 0.62% 0.65% -
HSV(B) 75.93º 0.51% 0.87% -
XYZ 50.05 63.87 23.88 -
YUV 199.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 191 221 108 0.14 0 0.51 0.13 75.93 0.62 0.65
Hex BF DD 6C E 0 33 D 4C 3E 41
Octal 277 335 154 16 0 63 15 114 76 101
Binary 10111111 11011101 1101100 1110 0 110011 1101 1001100 111110 1000001

Color Harmonies of #BFDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDD6C

Black with #BFDD6C

Text Example


Text Example

White with #BFDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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