Html Css Color HEX #BFFD74 Sulu

📋 copy color: '#BFFD74'

red 191 ◦ green 253 ◦ blue 116

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

Shades of Sulu #BFFD74

Tints of Sulu #BFFD74

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

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

R = 34.11%
G = 45.18%
B = 20.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#BFFD74 (or 0xBFFD74) is known color: Sulu. HEX triplet: BF, FD and 74. RGB value is (191,253,116). Sum of RGB (Red+Green+Blue) = 191+253+116=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD74 is #40028B. Grayscale: #DBDBDB. Windows color (decimal): -4194956 or 7667135. OLE color: 7667135.

HSL color Cylindrical-coordinate representation of color #BFFD74: hue angle of 87.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFFD74 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 116 -
CMYK 0.25 0 0.54 0.01
HSL 87.15º 0.97% 0.72% -
HSV(B) 87.15º 0.54% 0.99% -
XYZ 59.76 82.59 29.31 -
YUV 218.84 69.96 108.14 -
System Red Green Blue C M Y K H S L
Decimal 191 253 116 0.25 0 0.54 0.01 87.15 0.97 0.72
Hex BF FD 74 19 0 36 1 57 61 48
Octal 277 375 164 31 0 66 1 127 141 110
Binary 10111111 11111101 1110100 11001 0 110110 1 1010111 1100001 1001000

Color Harmonies of #BFFD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD74

Black with #BFFD74

Text Example


Text Example

White with #BFFD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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