Html Css Color HEX #BFEE7A Sulu

📋 copy color: '#BFEE7A'

red 191 ◦ green 238 ◦ blue 122

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

Shades of Sulu #BFEE7A

Tints of Sulu #BFEE7A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 122 (48.05% from 255) = 22.14%

R = 34.66%
G = 43.19%
B = 22.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#BFEE7A (or 0xBFEE7A) is known color: Sulu. HEX triplet: BF, EE and 7A. RGB value is (191,238,122). Sum of RGB (Red+Green+Blue) = 191+238+122=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEE7A is #401185. Grayscale: #D3D3D3. Windows color (decimal): -4198790 or 8056511. OLE color: 8056511.

HSL color Cylindrical-coordinate representation of color #BFEE7A: hue angle of 84.31º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFEE7A is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 238 122 -
CMYK 0.20 0 0.49 0.07
HSL 84.31º 0.77% 0.71% -
HSV(B) 84.31º 0.49% 0.93% -
XYZ 55.57 73.63 29.7 -
YUV 210.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 191 238 122 0.20 0 0.49 0.07 84.31 0.77 0.71
Hex BF EE 7A 14 0 31 7 54 4D 47
Octal 277 356 172 24 0 61 7 124 115 107
Binary 10111111 11101110 1111010 10100 0 110001 111 1010100 1001101 1000111

Color Harmonies of #BFEE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEE7A

Black with #BFEE7A

Text Example


Text Example

White with #BFEE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEE7A; }

 p { color: rgb(191,238,122); }

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

background-color css

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

 a { background-color: rgb(191,238,122); }

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

border-color css

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

 span { border-color: rgb(191,238,122); }

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