Html Css Color HEX #BEFB6A Sulu

📋 copy color: '#BEFB6A'

red 190 ◦ green 251 ◦ blue 106

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

Shades of Sulu #BEFB6A

Tints of Sulu #BEFB6A

RGB

 RED value IS 190 (74.61% from 255) = 34.73%

 GREEN value IS 251 (98.44% from 255) = 45.89%

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

R = 34.73%
G = 45.89%
B = 19.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#BEFB6A (or 0xBEFB6A) is known color: Sulu. HEX triplet: BE, FB and 6A. RGB value is (190,251,106). Sum of RGB (Red+Green+Blue) = 190+251+106=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #BEFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFB6A is #410495. Grayscale: #D8D8D8. Windows color (decimal): -4261014 or 7011262. OLE color: 7011262.

HSL color Cylindrical-coordinate representation of color #BEFB6A: hue angle of 85.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEFB6A is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 251 106 -
CMYK 0.24 0 0.58 0.02
HSL 85.24º 0.95% 0.7% -
HSV(B) 85.24º 0.58% 0.98% -
XYZ 58.33 80.98 26.19 -
YUV 216.23 65.79 109.29 -
System Red Green Blue C M Y K H S L
Decimal 190 251 106 0.24 0 0.58 0.02 85.24 0.95 0.7
Hex BE FB 6A 18 0 3A 2 55 5F 46
Octal 276 373 152 30 0 72 2 125 137 106
Binary 10111110 11111011 1101010 11000 0 111010 10 1010101 1011111 1000110

Color Harmonies of #BEFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFB6A

Black with #BEFB6A

Text Example


Text Example

White with #BEFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFB6A; }

 p { color: rgb(190,251,106); }

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

background-color css

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

 a { background-color: rgb(190,251,106); }

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

border-color css

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

 span { border-color: rgb(190,251,106); }

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