Html Css Color HEX #BFE075 Sulu

📋 copy color: '#BFE075'

red 191 ◦ green 224 ◦ blue 117

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

Shades of Sulu #BFE075

Tints of Sulu #BFE075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.11%

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

R = 35.9%
G = 42.11%
B = 21.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BFE075 (or 0xBFE075) is known color: Sulu. HEX triplet: BF, E0 and 75. RGB value is (191,224,117). Sum of RGB (Red+Green+Blue) = 191+224+117=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE075 is #401F8A. Grayscale: #CACACA. Windows color (decimal): -4202379 or 7725247. OLE color: 7725247.

HSL color Cylindrical-coordinate representation of color #BFE075: hue angle of 78.5º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BFE075 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 117 -
CMYK 0.15 0 0.48 0.12
HSL 78.5º 0.63% 0.67% -
HSV(B) 78.5º 0.48% 0.88% -
XYZ 51.35 65.67 26.8 -
YUV 201.94 80.07 120.2 -
System Red Green Blue C M Y K H S L
Decimal 191 224 117 0.15 0 0.48 0.12 78.5 0.63 0.67
Hex BF E0 75 F 0 30 C 4F 3F 43
Octal 277 340 165 17 0 60 14 117 77 103
Binary 10111111 11100000 1110101 1111 0 110000 1100 1001111 111111 1000011

Color Harmonies of #BFE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE075

Black with #BFE075

Text Example


Text Example

White with #BFE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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