Html Css Color HEX #BEFD7D Sulu

📋 copy color: '#BEFD7D'

red 190 ◦ green 253 ◦ blue 125

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

Shades of Sulu #BEFD7D

Tints of Sulu #BEFD7D

RGB

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

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

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

R = 33.45%
G = 44.54%
B = 22.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#BEFD7D (or 0xBEFD7D) is known color: Sulu. HEX triplet: BE, FD and 7D. RGB value is (190,253,125). Sum of RGB (Red+Green+Blue) = 190+253+125=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD7D is #410282. Grayscale: #DCDCDC. Windows color (decimal): -4260483 or 8256958. OLE color: 8256958.

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

Color convert

RGB 190 253 125 -
CMYK 0.25 0 0.51 0.01
HSL 89.53º 0.97% 0.74% -
HSV(B) 89.53º 0.51% 0.99% -
XYZ 60.06 82.68 32.19 -
YUV 219.57 74.63 106.91 -
System Red Green Blue C M Y K H S L
Decimal 190 253 125 0.25 0 0.51 0.01 89.53 0.97 0.74
Hex BE FD 7D 19 0 33 1 5A 61 4A
Octal 276 375 175 31 0 63 1 132 141 112
Binary 10111110 11111101 1111101 11001 0 110011 1 1011010 1100001 1001010

Color Harmonies of #BEFD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD7D

Black with #BEFD7D

Text Example


Text Example

White with #BEFD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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