Html Css Color HEX #BFE378 Sulu

📋 copy color: '#BFE378'

red 191 ◦ green 227 ◦ blue 120

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

Shades of Sulu #BFE378

Tints of Sulu #BFE378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.3%

R = 35.5%
G = 42.19%
B = 22.3%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#BFE378 (or 0xBFE378) is known color: Sulu. HEX triplet: BF, E3 and 78. RGB value is (191,227,120). Sum of RGB (Red+Green+Blue) = 191+227+120=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE378 is #401C87. Grayscale: #CCCCCC. Windows color (decimal): -4201608 or 7922623. OLE color: 7922623.

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

Color convert

RGB 191 227 120 -
CMYK 0.16 0 0.47 0.11
HSL 80.19º 0.66% 0.68% -
HSV(B) 80.19º 0.47% 0.89% -
XYZ 52.35 67.37 28.01 -
YUV 204.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 191 227 120 0.16 0 0.47 0.11 80.19 0.66 0.68
Hex BF E3 78 10 0 2F B 50 42 44
Octal 277 343 170 20 0 57 13 120 102 104
Binary 10111111 11100011 1111000 10000 0 101111 1011 1010000 1000010 1000100

Color Harmonies of #BFE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE378

Black with #BFE378

Text Example


Text Example

White with #BFE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE378; }

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

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

background-color css

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

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

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

border-color css

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

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

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