Html Css Color HEX #BFE27D Sulu

📋 copy color: '#BFE27D'

red 191 ◦ green 226 ◦ blue 125

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

Shades of Sulu #BFE27D

Tints of Sulu #BFE27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.06%

R = 35.24%
G = 41.7%
B = 23.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#BFE27D (or 0xBFE27D) is known color: Sulu. HEX triplet: BF, E2 and 7D. RGB value is (191,226,125). Sum of RGB (Red+Green+Blue) = 191+226+125=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE27D is #401D82. Grayscale: #CCCCCC. Windows color (decimal): -4201859 or 8250047. OLE color: 8250047.

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

Color convert

RGB 191 226 125 -
CMYK 0.15 0 0.45 0.11
HSL 80.79º 0.64% 0.69% -
HSV(B) 80.79º 0.45% 0.89% -
XYZ 52.38 66.95 29.56 -
YUV 204.02 83.4 118.71 -
System Red Green Blue C M Y K H S L
Decimal 191 226 125 0.15 0 0.45 0.11 80.79 0.64 0.69
Hex BF E2 7D F 0 2D B 51 40 45
Octal 277 342 175 17 0 55 13 121 100 105
Binary 10111111 11100010 1111101 1111 0 101101 1011 1010001 1000000 1000101

Color Harmonies of #BFE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE27D

Black with #BFE27D

Text Example


Text Example

White with #BFE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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