Html Css Color HEX #BFE368 Sulu

📋 copy color: '#BFE368'

red 191 ◦ green 227 ◦ blue 104

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

Shades of Sulu #BFE368

Tints of Sulu #BFE368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.92%

R = 36.59%
G = 43.49%
B = 19.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#BFE368 (or 0xBFE368) is known color: Sulu. HEX triplet: BF, E3 and 68. RGB value is (191,227,104). Sum of RGB (Red+Green+Blue) = 191+227+104=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 227 (89.06% from 255 or 43.49% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE368 is #401C97. Grayscale: #CACACA. Windows color (decimal): -4201624 or 6874047. OLE color: 6874047.

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

Color convert

RGB 191 227 104 -
CMYK 0.16 0 0.54 0.11
HSL 77.56º 0.69% 0.65% -
HSV(B) 77.56º 0.54% 0.89% -
XYZ 51.45 67.01 23.32 -
YUV 202.21 72.57 120 -
System Red Green Blue C M Y K H S L
Decimal 191 227 104 0.16 0 0.54 0.11 77.56 0.69 0.65
Hex BF E3 68 10 0 36 B 4E 45 41
Octal 277 343 150 20 0 66 13 116 105 101
Binary 10111111 11100011 1101000 10000 0 110110 1011 1001110 1000101 1000001

Color Harmonies of #BFE368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE368

Black with #BFE368

Text Example


Text Example

White with #BFE368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE368; }

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

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

background-color css

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

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

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

border-color css

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

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

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