Html Css Color HEX #BFE073 Sulu

📋 copy color: '#BFE073'

red 191 ◦ green 224 ◦ blue 115

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

Shades of Sulu #BFE073

Tints of Sulu #BFE073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 36.04%
G = 42.26%
B = 21.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#BFE073 (or 0xBFE073) is known color: Sulu. HEX triplet: BF, E0 and 73. RGB value is (191,224,115). Sum of RGB (Red+Green+Blue) = 191+224+115=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE073 is #401F8C. Grayscale: #CACACA. Windows color (decimal): -4202381 or 7594175. OLE color: 7594175.

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

Color convert

RGB 191 224 115 -
CMYK 0.15 0 0.49 0.12
HSL 78.17º 0.64% 0.66% -
HSV(B) 78.17º 0.49% 0.88% -
XYZ 51.24 65.63 26.19 -
YUV 201.71 79.07 120.36 -
System Red Green Blue C M Y K H S L
Decimal 191 224 115 0.15 0 0.49 0.12 78.17 0.64 0.66
Hex BF E0 73 F 0 31 C 4E 40 42
Octal 277 340 163 17 0 61 14 116 100 102
Binary 10111111 11100000 1110011 1111 0 110001 1100 1001110 1000000 1000010

Color Harmonies of #BFE073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE073

Black with #BFE073

Text Example


Text Example

White with #BFE073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE073; }

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

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

background-color css

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

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

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

border-color css

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

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

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