Html Css Color HEX #BFF47D Sulu

📋 copy color: '#BFF47D'

red 191 ◦ green 244 ◦ blue 125

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

Shades of Sulu #BFF47D

Tints of Sulu #BFF47D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

 BLUE value IS 125 (49.22% from 255) = 22.32%

R = 34.11%
G = 43.57%
B = 22.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BFF47D (or 0xBFF47D) is known color: Sulu. HEX triplet: BF, F4 and 7D. RGB value is (191,244,125). Sum of RGB (Red+Green+Blue) = 191+244+125=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF47D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF47D is #400B82. Grayscale: #D7D7D7. Windows color (decimal): -4197251 or 8254655. OLE color: 8254655.

HSL color Cylindrical-coordinate representation of color #BFF47D: hue angle of 86.72º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF47D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 125 -
CMYK 0.22 0 0.49 0.04
HSL 86.72º 0.84% 0.72% -
HSV(B) 86.72º 0.49% 0.96% -
XYZ 57.54 77.26 31.28 -
YUV 214.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 191 244 125 0.22 0 0.49 0.04 86.72 0.84 0.72
Hex BF F4 7D 16 0 31 4 57 54 48
Octal 277 364 175 26 0 61 4 127 124 110
Binary 10111111 11110100 1111101 10110 0 110001 100 1010111 1010100 1001000

Color Harmonies of #BFF47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF47D

Black with #BFF47D

Text Example


Text Example

White with #BFF47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF47D; }

 p { color: rgb(191,244,125); }

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

background-color css

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

 a { background-color: rgb(191,244,125); }

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

border-color css

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

 span { border-color: rgb(191,244,125); }

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