Html Css Color HEX #BFDC81 Sulu

📋 copy color: '#BFDC81'

red 191 ◦ green 220 ◦ blue 129

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

Shades of Sulu #BFDC81

Tints of Sulu #BFDC81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.89%

R = 35.37%
G = 40.74%
B = 23.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#BFDC81 (or 0xBFDC81) is known color: Sulu. HEX triplet: BF, DC and 81. RGB value is (191,220,129). Sum of RGB (Red+Green+Blue) = 191+220+129=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDC81 is #40237E. Grayscale: #C9C9C9. Windows color (decimal): -4203391 or 8510655. OLE color: 8510655.

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

Color convert

RGB 191 220 129 -
CMYK 0.13 0 0.41 0.14
HSL 79.12º 0.57% 0.68% -
HSV(B) 79.12º 0.41% 0.86% -
XYZ 51.04 63.85 30.4 -
YUV 200.96 87.39 120.9 -
System Red Green Blue C M Y K H S L
Decimal 191 220 129 0.13 0 0.41 0.14 79.12 0.57 0.68
Hex BF DC 81 D 0 29 E 4F 39 44
Octal 277 334 201 15 0 51 16 117 71 104
Binary 10111111 11011100 10000001 1101 0 101001 1110 1001111 111001 1000100

Color Harmonies of #BFDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC81

Black with #BFDC81

Text Example


Text Example

White with #BFDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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