Html Css Color HEX #BFE272 Sulu

📋 copy color: '#BFE272'

red 191 ◦ green 226 ◦ blue 114

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

Shades of Sulu #BFE272

Tints of Sulu #BFE272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 35.97%
G = 42.56%
B = 21.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#BFE272 (or 0xBFE272) is known color: Sulu. HEX triplet: BF, E2 and 72. RGB value is (191,226,114). Sum of RGB (Red+Green+Blue) = 191+226+114=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE272 is #401D8D. Grayscale: #CBCBCB. Windows color (decimal): -4201870 or 7529151. OLE color: 7529151.

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

Color convert

RGB 191 226 114 -
CMYK 0.15 0 0.50 0.11
HSL 78.75º 0.66% 0.67% -
HSV(B) 78.75º 0.5% 0.89% -
XYZ 51.72 66.68 26.06 -
YUV 202.77 77.9 119.61 -
System Red Green Blue C M Y K H S L
Decimal 191 226 114 0.15 0 0.50 0.11 78.75 0.66 0.67
Hex BF E2 72 F 0 32 B 4F 42 43
Octal 277 342 162 17 0 62 13 117 102 103
Binary 10111111 11100010 1110010 1111 0 110010 1011 1001111 1000010 1000011

Color Harmonies of #BFE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE272

Black with #BFE272

Text Example


Text Example

White with #BFE272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE272; }

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

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

background-color css

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

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

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

border-color css

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

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

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