Html Css Color HEX #BFEE7D Sulu

📋 copy color: '#BFEE7D'

red 191 ◦ green 238 ◦ blue 125

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

Shades of Sulu #BFEE7D

Tints of Sulu #BFEE7D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.96%

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

R = 34.48%
G = 42.96%
B = 22.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#BFEE7D (or 0xBFEE7D) is known color: Sulu. HEX triplet: BF, EE and 7D. RGB value is (191,238,125). Sum of RGB (Red+Green+Blue) = 191+238+125=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE7D is #401182. Grayscale: #D3D3D3. Windows color (decimal): -4198787 or 8253119. OLE color: 8253119.

HSL color Cylindrical-coordinate representation of color #BFEE7D: hue angle of 84.96º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFEE7D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 125 -
CMYK 0.20 0 0.47 0.07
HSL 84.96º 0.77% 0.71% -
HSV(B) 84.96º 0.47% 0.93% -
XYZ 55.76 73.71 30.69 -
YUV 211.07 79.43 113.69 -
System Red Green Blue C M Y K H S L
Decimal 191 238 125 0.20 0 0.47 0.07 84.96 0.77 0.71
Hex BF EE 7D 14 0 2F 7 55 4D 47
Octal 277 356 175 24 0 57 7 125 115 107
Binary 10111111 11101110 1111101 10100 0 101111 111 1010101 1001101 1000111

Color Harmonies of #BFEE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE7D

Black with #BFEE7D

Text Example


Text Example

White with #BFEE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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