Html Css Color HEX #BFEC75 Sulu

📋 copy color: '#BFEC75'

red 191 ◦ green 236 ◦ blue 117

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

Shades of Sulu #BFEC75

Tints of Sulu #BFEC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

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

R = 35.11%
G = 43.38%
B = 21.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#BFEC75 (or 0xBFEC75) is known color: Sulu. HEX triplet: BF, EC and 75. RGB value is (191,236,117). Sum of RGB (Red+Green+Blue) = 191+236+117=544 (72% of max value = 765). Red value is 191 (75% from 255 or 35.11% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEC75 is #40138A. Grayscale: #D1D1D1. Windows color (decimal): -4199307 or 7728319. OLE color: 7728319.

HSL color Cylindrical-coordinate representation of color #BFEC75: hue angle of 82.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFEC75 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 236 117 -
CMYK 0.19 0 0.50 0.07
HSL 82.69º 0.76% 0.69% -
HSV(B) 82.69º 0.5% 0.93% -
XYZ 54.69 72.35 27.91 -
YUV 208.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 191 236 117 0.19 0 0.50 0.07 82.69 0.76 0.69
Hex BF EC 75 13 0 32 7 53 4C 45
Octal 277 354 165 23 0 62 7 123 114 105
Binary 10111111 11101100 1110101 10011 0 110010 111 1010011 1001100 1000101

Color Harmonies of #BFEC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEC75

Black with #BFEC75

Text Example


Text Example

White with #BFEC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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