Html Css Color HEX #BEFD7A Sulu

📋 copy color: '#BEFD7A'

red 190 ◦ green 253 ◦ blue 122

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

Shades of Sulu #BEFD7A

Tints of Sulu #BEFD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

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

R = 33.63%
G = 44.78%
B = 21.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#BEFD7A (or 0xBEFD7A) is known color: Sulu. HEX triplet: BE, FD and 7A. RGB value is (190,253,122). Sum of RGB (Red+Green+Blue) = 190+253+122=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 122 (48.05% from 255 or 21.59% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD7A is #410285. Grayscale: #DBDBDB. Windows color (decimal): -4260486 or 8060350. OLE color: 8060350.

HSL color Cylindrical-coordinate representation of color #BEFD7A: hue angle of 88.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEFD7A is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 122 -
CMYK 0.25 0 0.52 0.01
HSL 88.85º 0.97% 0.74% -
HSV(B) 88.85º 0.52% 0.99% -
XYZ 59.87 82.6 31.2 -
YUV 219.23 73.13 107.15 -
System Red Green Blue C M Y K H S L
Decimal 190 253 122 0.25 0 0.52 0.01 88.85 0.97 0.74
Hex BE FD 7A 19 0 34 1 59 61 4A
Octal 276 375 172 31 0 64 1 131 141 112
Binary 10111110 11111101 1111010 11001 0 110100 1 1011001 1100001 1001010

Color Harmonies of #BEFD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD7A

Black with #BEFD7A

Text Example


Text Example

White with #BEFD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD7A; }

 p { color: rgb(190,253,122); }

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

background-color css

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

 a { background-color: rgb(190,253,122); }

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

border-color css

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

 span { border-color: rgb(190,253,122); }

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