Html Css Color HEX #BFE675 Sulu

📋 copy color: '#BFE675'

red 191 ◦ green 230 ◦ blue 117

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

Shades of Sulu #BFE675

Tints of Sulu #BFE675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.75%

 BLUE value IS 117 (46.09% from 255) = 21.75%

R = 35.5%
G = 42.75%
B = 21.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#BFE675 (or 0xBFE675) is known color: Sulu. HEX triplet: BF, E6 and 75. RGB value is (191,230,117). Sum of RGB (Red+Green+Blue) = 191+230+117=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 117 (46.09% from 255 or 21.75% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE675 is #40198A. Grayscale: #CDCDCD. Windows color (decimal): -4200843 or 7726783. OLE color: 7726783.

HSL color Cylindrical-coordinate representation of color #BFE675: hue angle of 80.71º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFE675 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 230 117 -
CMYK 0.17 0 0.49 0.10
HSL 80.71º 0.69% 0.68% -
HSV(B) 80.71º 0.49% 0.9% -
XYZ 52.99 68.95 27.35 -
YUV 205.46 78.08 117.69 -
System Red Green Blue C M Y K H S L
Decimal 191 230 117 0.17 0 0.49 0.10 80.71 0.69 0.68
Hex BF E6 75 11 0 31 A 51 45 44
Octal 277 346 165 21 0 61 12 121 105 104
Binary 10111111 11100110 1110101 10001 0 110001 1010 1010001 1000101 1000100

Color Harmonies of #BFE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE675

Black with #BFE675

Text Example


Text Example

White with #BFE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE675; }

 p { color: rgb(191,230,117); }

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

background-color css

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

 a { background-color: rgb(191,230,117); }

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

border-color css

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

 span { border-color: rgb(191,230,117); }

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