Html Css Color HEX #BFDC75 Sulu

📋 copy color: '#BFDC75'

red 191 ◦ green 220 ◦ blue 117

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

Shades of Sulu #BFDC75

Tints of Sulu #BFDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.16%

R = 36.17%
G = 41.67%
B = 22.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#BFDC75 (or 0xBFDC75) is known color: Sulu. HEX triplet: BF, DC and 75. RGB value is (191,220,117). Sum of RGB (Red+Green+Blue) = 191+220+117=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDC75 is #40238A. Grayscale: #C7C7C7. Windows color (decimal): -4203403 or 7724223. OLE color: 7724223.

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

Color convert

RGB 191 220 117 -
CMYK 0.13 0 0.47 0.14
HSL 76.89º 0.6% 0.66% -
HSV(B) 76.89º 0.47% 0.86% -
XYZ 50.29 63.55 26.44 -
YUV 199.59 81.39 121.88 -
System Red Green Blue C M Y K H S L
Decimal 191 220 117 0.13 0 0.47 0.14 76.89 0.6 0.66
Hex BF DC 75 D 0 2F E 4D 3C 42
Octal 277 334 165 15 0 57 16 115 74 102
Binary 10111111 11011100 1110101 1101 0 101111 1110 1001101 111100 1000010

Color Harmonies of #BFDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDC75

Black with #BFDC75

Text Example


Text Example

White with #BFDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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