Html Css Color HEX #BFF074 Sulu

📋 copy color: '#BFF074'

red 191 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BFF074

Tints of Sulu #BFF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.88%

 BLUE value IS 116 (45.7% from 255) = 21.21%

R = 34.92%
G = 43.88%
B = 21.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BFF074 (or 0xBFF074) is known color: Sulu. HEX triplet: BF, F0 and 74. RGB value is (191,240,116). Sum of RGB (Red+Green+Blue) = 191+240+116=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 116 (45.70% from 255 or 21.21% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF074 is #400F8B. Grayscale: #D3D3D3. Windows color (decimal): -4198284 or 7663807. OLE color: 7663807.

HSL color Cylindrical-coordinate representation of color #BFF074: hue angle of 83.71º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF074 is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 116 -
CMYK 0.20 0 0.52 0.06
HSL 83.71º 0.81% 0.7% -
HSV(B) 83.71º 0.52% 0.94% -
XYZ 55.8 74.66 27.99 -
YUV 211.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 191 240 116 0.20 0 0.52 0.06 83.71 0.81 0.7
Hex BF F0 74 14 0 34 6 54 51 46
Octal 277 360 164 24 0 64 6 124 121 106
Binary 10111111 11110000 1110100 10100 0 110100 110 1010100 1010001 1000110

Color Harmonies of #BFF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF074

Black with #BFF074

Text Example


Text Example

White with #BFF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF074; }

 p { color: rgb(191,240,116); }

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

background-color css

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

 a { background-color: rgb(191,240,116); }

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

border-color css

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

 span { border-color: rgb(191,240,116); }

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