Html Css Color HEX #BFE074 Sulu

📋 copy color: '#BFE074'

red 191 ◦ green 224 ◦ blue 116

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

Shades of Sulu #BFE074

Tints of Sulu #BFE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.85%

R = 35.97%
G = 42.18%
B = 21.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#BFE074 (or 0xBFE074) is known color: Sulu. HEX triplet: BF, E0 and 74. RGB value is (191,224,116). Sum of RGB (Red+Green+Blue) = 191+224+116=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE074 is #401F8B. Grayscale: #CACACA. Windows color (decimal): -4202380 or 7659711. OLE color: 7659711.

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

Color convert

RGB 191 224 116 -
CMYK 0.15 0 0.48 0.12
HSL 78.33º 0.64% 0.67% -
HSV(B) 78.33º 0.48% 0.88% -
XYZ 51.29 65.65 26.49 -
YUV 201.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 191 224 116 0.15 0 0.48 0.12 78.33 0.64 0.67
Hex BF E0 74 F 0 30 C 4E 40 43
Octal 277 340 164 17 0 60 14 116 100 103
Binary 10111111 11100000 1110100 1111 0 110000 1100 1001110 1000000 1000011

Color Harmonies of #BFE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE074

Black with #BFE074

Text Example


Text Example

White with #BFE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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