Html Css Color HEX #BFE08D Sulu

📋 copy color: '#BFE08D'

red 191 ◦ green 224 ◦ blue 141

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

Shades of Sulu #BFE08D

Tints of Sulu #BFE08D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.29%

 BLUE value IS 141 (55.47% from 255) = 25.36%

R = 34.35%
G = 40.29%
B = 25.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#BFE08D (or 0xBFE08D) is known color: Sulu. HEX triplet: BF, E0 and 8D. RGB value is (191,224,141). Sum of RGB (Red+Green+Blue) = 191+224+141=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE08D is #401F72. Grayscale: #CCCCCC. Windows color (decimal): -4202355 or 9298111. OLE color: 9298111.

HSL color Cylindrical-coordinate representation of color #BFE08D: hue angle of 83.86º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BFE08D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 141 -
CMYK 0.15 0 0.37 0.12
HSL 83.86º 0.57% 0.72% -
HSV(B) 83.86º 0.37% 0.88% -
XYZ 52.95 66.31 35.21 -
YUV 204.67 92.07 118.25 -
System Red Green Blue C M Y K H S L
Decimal 191 224 141 0.15 0 0.37 0.12 83.86 0.57 0.72
Hex BF E0 8D F 0 25 C 54 39 48
Octal 277 340 215 17 0 45 14 124 71 110
Binary 10111111 11100000 10001101 1111 0 100101 1100 1010100 111001 1001000

Color Harmonies of #BFE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE08D

Black with #BFE08D

Text Example


Text Example

White with #BFE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE08D; }

 p { color: rgb(191,224,141); }

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

background-color css

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

 a { background-color: rgb(191,224,141); }

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

border-color css

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

 span { border-color: rgb(191,224,141); }

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