Html Css Color HEX #BFE07D Sulu

📋 copy color: '#BFE07D'

red 191 ◦ green 224 ◦ blue 125

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

Shades of Sulu #BFE07D

Tints of Sulu #BFE07D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.48%

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

R = 35.37%
G = 41.48%
B = 23.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#BFE07D (or 0xBFE07D) is known color: Sulu. HEX triplet: BF, E0 and 7D. RGB value is (191,224,125). Sum of RGB (Red+Green+Blue) = 191+224+125=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE07D is #401F82. Grayscale: #CBCBCB. Windows color (decimal): -4202371 or 8249535. OLE color: 8249535.

HSL color Cylindrical-coordinate representation of color #BFE07D: hue angle of 80º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFE07D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 125 -
CMYK 0.15 0 0.44 0.12
HSL 80º 0.61% 0.68% -
HSV(B) 80º 0.44% 0.88% -
XYZ 51.84 65.87 29.38 -
YUV 202.85 84.07 119.55 -
System Red Green Blue C M Y K H S L
Decimal 191 224 125 0.15 0 0.44 0.12 80 0.61 0.68
Hex BF E0 7D F 0 2C C 50 3D 44
Octal 277 340 175 17 0 54 14 120 75 104
Binary 10111111 11100000 1111101 1111 0 101100 1100 1010000 111101 1000100

Color Harmonies of #BFE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE07D

Black with #BFE07D

Text Example


Text Example

White with #BFE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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