Html Css Color HEX #BFDC7B Sulu

📋 copy color: '#BFDC7B'

red 191 ◦ green 220 ◦ blue 123

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

Shades of Sulu #BFDC7B

Tints of Sulu #BFDC7B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.2%

 BLUE value IS 123 (48.44% from 255) = 23.03%

R = 35.77%
G = 41.2%
B = 23.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#BFDC7B (or 0xBFDC7B) is known color: Sulu. HEX triplet: BF, DC and 7B. RGB value is (191,220,123). Sum of RGB (Red+Green+Blue) = 191+220+123=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC7B is #402384. Grayscale: #C8C8C8. Windows color (decimal): -4203397 or 8117439. OLE color: 8117439.

HSL color Cylindrical-coordinate representation of color #BFDC7B: hue angle of 77.94º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFDC7B is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 220 123 -
CMYK 0.13 0 0.44 0.14
HSL 77.94º 0.58% 0.67% -
HSV(B) 77.94º 0.44% 0.86% -
XYZ 50.65 63.69 28.36 -
YUV 200.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 191 220 123 0.13 0 0.44 0.14 77.94 0.58 0.67
Hex BF DC 7B D 0 2C E 4E 3A 43
Octal 277 334 173 15 0 54 16 116 72 103
Binary 10111111 11011100 1111011 1101 0 101100 1110 1001110 111010 1000011

Color Harmonies of #BFDC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC7B

Black with #BFDC7B

Text Example


Text Example

White with #BFDC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC7B; }

 p { color: rgb(191,220,123); }

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

background-color css

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

 a { background-color: rgb(191,220,123); }

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

border-color css

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

 span { border-color: rgb(191,220,123); }

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