Html Css Color HEX #BEFE7D Sulu

📋 copy color: '#BEFE7D'

red 190 ◦ green 254 ◦ blue 125

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

Shades of Sulu #BEFE7D

Tints of Sulu #BEFE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.64%

 BLUE value IS 125 (49.22% from 255) = 21.97%

R = 33.39%
G = 44.64%
B = 21.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#BEFE7D (or 0xBEFE7D) is known color: Sulu. HEX triplet: BE, FE and 7D. RGB value is (190,254,125). Sum of RGB (Red+Green+Blue) = 190+254+125=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #BEFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFE7D is #410182. Grayscale: #DCDCDC. Windows color (decimal): -4260227 or 8257214. OLE color: 8257214.

HSL color Cylindrical-coordinate representation of color #BEFE7D: hue angle of 89.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEFE7D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 254 125 -
CMYK 0.25 0 0.51 0.00
HSL 89.77º 0.98% 0.74% -
HSV(B) 89.77º 0.51% 1% -
XYZ 60.38 83.31 32.3 -
YUV 220.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 190 254 125 0.25 0 0.51 0.00 89.77 0.98 0.74
Hex BE FE 7D 19 0 33 0 5A 62 4A
Octal 276 376 175 31 0 63 0 132 142 112
Binary 10111110 11111110 1111101 11001 0 110011 0 1011010 1100010 1001010

Color Harmonies of #BEFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFE7D

Black with #BEFE7D

Text Example


Text Example

White with #BEFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFE7D; }

 p { color: rgb(190,254,125); }

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

background-color css

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

 a { background-color: rgb(190,254,125); }

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

border-color css

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

 span { border-color: rgb(190,254,125); }

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