Html Css Color HEX #BFDC72 Sulu

📋 copy color: '#BFDC72'

red 191 ◦ green 220 ◦ blue 114

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

Shades of Sulu #BFDC72

Tints of Sulu #BFDC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 36.38%
G = 41.9%
B = 21.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#BFDC72 (or 0xBFDC72) is known color: Sulu. HEX triplet: BF, DC and 72. RGB value is (191,220,114). Sum of RGB (Red+Green+Blue) = 191+220+114=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC72 is #40238D. Grayscale: #C7C7C7. Windows color (decimal): -4203406 or 7527615. OLE color: 7527615.

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

Color convert

RGB 191 220 114 -
CMYK 0.13 0 0.48 0.14
HSL 76.42º 0.6% 0.65% -
HSV(B) 76.42º 0.48% 0.86% -
XYZ 50.12 63.48 25.53 -
YUV 199.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 191 220 114 0.13 0 0.48 0.14 76.42 0.6 0.65
Hex BF DC 72 D 0 30 E 4C 3C 41
Octal 277 334 162 15 0 60 16 114 74 101
Binary 10111111 11011100 1110010 1101 0 110000 1110 1001100 111100 1000001

Color Harmonies of #BFDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC72

Black with #BFDC72

Text Example


Text Example

White with #BFDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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