Html Css Color HEX #BDF57C Sulu

📋 copy color: '#BDF57C'

red 189 ◦ green 245 ◦ blue 124

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

Shades of Sulu #BDF57C

Tints of Sulu #BDF57C

RGB

 RED value IS 189 (74.22% from 255) = 33.87%

 GREEN value IS 245 (96.09% from 255) = 43.91%

 BLUE value IS 124 (48.83% from 255) = 22.22%

R = 33.87%
G = 43.91%
B = 22.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#BDF57C (or 0xBDF57C) is known color: Sulu. HEX triplet: BD, F5 and 7C. RGB value is (189,245,124). Sum of RGB (Red+Green+Blue) = 189+245+124=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF57C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF57C is #420A83. Grayscale: #D6D6D6. Windows color (decimal): -4328068 or 8189373. OLE color: 8189373.

HSL color Cylindrical-coordinate representation of color #BDF57C: hue angle of 87.77º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF57C is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 245 124 -
CMYK 0.23 0 0.49 0.04
HSL 87.77º 0.86% 0.72% -
HSV(B) 87.77º 0.49% 0.96% -
XYZ 57.28 77.58 31.02 -
YUV 214.46 76.95 109.84 -
System Red Green Blue C M Y K H S L
Decimal 189 245 124 0.23 0 0.49 0.04 87.77 0.86 0.72
Hex BD F5 7C 17 0 31 4 58 56 48
Octal 275 365 174 27 0 61 4 130 126 110
Binary 10111101 11110101 1111100 10111 0 110001 100 1011000 1010110 1001000

Color Harmonies of #BDF57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF57C

Black with #BDF57C

Text Example


Text Example

White with #BDF57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF57C; }

 p { color: rgb(189,245,124); }

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

background-color css

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

 a { background-color: rgb(189,245,124); }

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

border-color css

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

 span { border-color: rgb(189,245,124); }

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