Html Css Color HEX #BFE07B Sulu

📋 copy color: '#BFE07B'

red 191 ◦ green 224 ◦ blue 123

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

Shades of Sulu #BFE07B

Tints of Sulu #BFE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.86%

R = 35.5%
G = 41.64%
B = 22.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#BFE07B (or 0xBFE07B) is known color: Sulu. HEX triplet: BF, E0 and 7B. RGB value is (191,224,123). Sum of RGB (Red+Green+Blue) = 191+224+123=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 224 (87.89% from 255 or 41.64% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE07B is #401F84. Grayscale: #CACACA. Windows color (decimal): -4202373 or 8118463. OLE color: 8118463.

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

Color convert

RGB 191 224 123 -
CMYK 0.15 0 0.45 0.12
HSL 79.6º 0.62% 0.68% -
HSV(B) 79.6º 0.45% 0.88% -
XYZ 51.72 65.82 28.72 -
YUV 202.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 191 224 123 0.15 0 0.45 0.12 79.6 0.62 0.68
Hex BF E0 7B F 0 2D C 50 3E 44
Octal 277 340 173 17 0 55 14 120 76 104
Binary 10111111 11100000 1111011 1111 0 101101 1100 1010000 111110 1000100

Color Harmonies of #BFE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE07B

Black with #BFE07B

Text Example


Text Example

White with #BFE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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