Html Css Color HEX #BFE275 Sulu

📋 copy color: '#BFE275'

red 191 ◦ green 226 ◦ blue 117

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

Shades of Sulu #BFE275

Tints of Sulu #BFE275

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.32%

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

R = 35.77%
G = 42.32%
B = 21.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#BFE275 (or 0xBFE275) is known color: Sulu. HEX triplet: BF, E2 and 75. RGB value is (191,226,117). Sum of RGB (Red+Green+Blue) = 191+226+117=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE275 is #401D8A. Grayscale: #CBCBCB. Windows color (decimal): -4201867 or 7725759. OLE color: 7725759.

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

Color convert

RGB 191 226 117 -
CMYK 0.15 0 0.48 0.11
HSL 79.27º 0.65% 0.67% -
HSV(B) 79.27º 0.48% 0.89% -
XYZ 51.89 66.75 26.98 -
YUV 203.11 79.4 119.36 -
System Red Green Blue C M Y K H S L
Decimal 191 226 117 0.15 0 0.48 0.11 79.27 0.65 0.67
Hex BF E2 75 F 0 30 B 4F 41 43
Octal 277 342 165 17 0 60 13 117 101 103
Binary 10111111 11100010 1110101 1111 0 110000 1011 1001111 1000001 1000011

Color Harmonies of #BFE275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE275

Black with #BFE275

Text Example


Text Example

White with #BFE275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE275; }

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

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

background-color css

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

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

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

border-color css

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

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

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