Html Css Color HEX #BFFC7D Sulu

📋 copy color: '#BFFC7D'

red 191 ◦ green 252 ◦ blue 125

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

Shades of Sulu #BFFC7D

Tints of Sulu #BFFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.37%

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

R = 33.63%
G = 44.37%
B = 22.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BFFC7D (or 0xBFFC7D) is known color: Sulu. HEX triplet: BF, FC and 7D. RGB value is (191,252,125). Sum of RGB (Red+Green+Blue) = 191+252+125=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFC7D is #400382. Grayscale: #DBDBDB. Windows color (decimal): -4195203 or 8256703. OLE color: 8256703.

HSL color Cylindrical-coordinate representation of color #BFFC7D: hue angle of 88.82º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFFC7D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 125 -
CMYK 0.24 0 0.50 0.01
HSL 88.82º 0.95% 0.74% -
HSV(B) 88.82º 0.5% 0.99% -
XYZ 60 82.18 32.1 -
YUV 219.28 74.79 107.83 -
System Red Green Blue C M Y K H S L
Decimal 191 252 125 0.24 0 0.50 0.01 88.82 0.95 0.74
Hex BF FC 7D 18 0 32 1 59 5F 4A
Octal 277 374 175 30 0 62 1 131 137 112
Binary 10111111 11111100 1111101 11000 0 110010 1 1011001 1011111 1001010

Color Harmonies of #BFFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC7D

Black with #BFFC7D

Text Example


Text Example

White with #BFFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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