Html Css Color HEX #BFF978 Sulu

📋 copy color: '#BFF978'

red 191 ◦ green 249 ◦ blue 120

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

Shades of Sulu #BFF978

Tints of Sulu #BFF978

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.46%

 BLUE value IS 120 (47.27% from 255) = 21.43%

R = 34.11%
G = 44.46%
B = 21.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#BFF978 (or 0xBFF978) is known color: Sulu. HEX triplet: BF, F9 and 78. RGB value is (191,249,120). Sum of RGB (Red+Green+Blue) = 191+249+120=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 120 (47.27% from 255 or 21.43% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF978 is #400687. Grayscale: #D9D9D9. Windows color (decimal): -4195976 or 7928255. OLE color: 7928255.

HSL color Cylindrical-coordinate representation of color #BFF978: hue angle of 86.98º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFF978 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 120 -
CMYK 0.23 0 0.52 0.02
HSL 86.98º 0.91% 0.72% -
HSV(B) 86.98º 0.52% 0.98% -
XYZ 58.75 80.18 30.15 -
YUV 216.95 73.28 109.49 -
System Red Green Blue C M Y K H S L
Decimal 191 249 120 0.23 0 0.52 0.02 86.98 0.91 0.72
Hex BF F9 78 17 0 34 2 57 5B 48
Octal 277 371 170 27 0 64 2 127 133 110
Binary 10111111 11111001 1111000 10111 0 110100 10 1010111 1011011 1001000

Color Harmonies of #BFF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF978

Black with #BFF978

Text Example


Text Example

White with #BFF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF978; }

 p { color: rgb(191,249,120); }

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

background-color css

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

 a { background-color: rgb(191,249,120); }

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

border-color css

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

 span { border-color: rgb(191,249,120); }

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