Html Css Color HEX #BFED6B Sulu

📋 copy color: '#BFED6B'

red 191 ◦ green 237 ◦ blue 107

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

Shades of Sulu #BFED6B

Tints of Sulu #BFED6B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.3%

 BLUE value IS 107 (42.19% from 255) = 20%

R = 35.7%
G = 44.3%
B = 20%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#BFED6B (or 0xBFED6B) is known color: Sulu. HEX triplet: BF, ED and 6B. RGB value is (191,237,107). Sum of RGB (Red+Green+Blue) = 191+237+107=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFED6B is #401294. Grayscale: #D0D0D0. Windows color (decimal): -4199061 or 7073215. OLE color: 7073215.

HSL color Cylindrical-coordinate representation of color #BFED6B: hue angle of 81.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFED6B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 237 107 -
CMYK 0.19 0 0.55 0.07
HSL 81.23º 0.78% 0.67% -
HSV(B) 81.23º 0.55% 0.93% -
XYZ 54.42 72.71 25.08 -
YUV 208.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 191 237 107 0.19 0 0.55 0.07 81.23 0.78 0.67
Hex BF ED 6B 13 0 37 7 51 4E 43
Octal 277 355 153 23 0 67 7 121 116 103
Binary 10111111 11101101 1101011 10011 0 110111 111 1010001 1001110 1000011

Color Harmonies of #BFED6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFED6B

Black with #BFED6B

Text Example


Text Example

White with #BFED6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFED6B; }

 p { color: rgb(191,237,107); }

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

background-color css

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

 a { background-color: rgb(191,237,107); }

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

border-color css

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

 span { border-color: rgb(191,237,107); }

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