Html Css Color HEX #BFE374 Sulu

📋 copy color: '#BFE374'

red 191 ◦ green 227 ◦ blue 116

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

Shades of Sulu #BFE374

Tints of Sulu #BFE374

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

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

R = 35.77%
G = 42.51%
B = 21.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#BFE374 (or 0xBFE374) is known color: Sulu. HEX triplet: BF, E3 and 74. RGB value is (191,227,116). Sum of RGB (Red+Green+Blue) = 191+227+116=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE374 is #401C8B. Grayscale: #CBCBCB. Windows color (decimal): -4201612 or 7660479. OLE color: 7660479.

HSL color Cylindrical-coordinate representation of color #BFE374: hue angle of 79.46º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE374 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 227 116 -
CMYK 0.16 0 0.49 0.11
HSL 79.46º 0.66% 0.67% -
HSV(B) 79.46º 0.49% 0.89% -
XYZ 52.11 67.28 26.76 -
YUV 203.58 78.57 119.03 -
System Red Green Blue C M Y K H S L
Decimal 191 227 116 0.16 0 0.49 0.11 79.46 0.66 0.67
Hex BF E3 74 10 0 31 B 4F 42 43
Octal 277 343 164 20 0 61 13 117 102 103
Binary 10111111 11100011 1110100 10000 0 110001 1011 1001111 1000010 1000011

Color Harmonies of #BFE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE374

Black with #BFE374

Text Example


Text Example

White with #BFE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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