Html Css Color HEX #BFEA6A Sulu

📋 copy color: '#BFEA6A'

red 191 ◦ green 234 ◦ blue 106

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

Shades of Sulu #BFEA6A

Tints of Sulu #BFEA6A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

 BLUE value IS 106 (41.8% from 255) = 19.96%

R = 35.97%
G = 44.07%
B = 19.96%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#BFEA6A (or 0xBFEA6A) is known color: Sulu. HEX triplet: BF, EA and 6A. RGB value is (191,234,106). Sum of RGB (Red+Green+Blue) = 191+234+106=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA6A is #401595. Grayscale: #CFCFCF. Windows color (decimal): -4199830 or 7006911. OLE color: 7006911.

HSL color Cylindrical-coordinate representation of color #BFEA6A: hue angle of 80.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFEA6A is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 106 -
CMYK 0.18 0 0.55 0.08
HSL 80.16º 0.75% 0.67% -
HSV(B) 80.16º 0.55% 0.92% -
XYZ 53.51 70.96 24.51 -
YUV 206.55 71.25 116.91 -
System Red Green Blue C M Y K H S L
Decimal 191 234 106 0.18 0 0.55 0.08 80.16 0.75 0.67
Hex BF EA 6A 12 0 37 8 50 4B 43
Octal 277 352 152 22 0 67 10 120 113 103
Binary 10111111 11101010 1101010 10010 0 110111 1000 1010000 1001011 1000011

Color Harmonies of #BFEA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA6A

Black with #BFEA6A

Text Example


Text Example

White with #BFEA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA6A; }

 p { color: rgb(191,234,106); }

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

background-color css

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

 a { background-color: rgb(191,234,106); }

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

border-color css

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

 span { border-color: rgb(191,234,106); }

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