Html Css Color HEX #BDF37C Sulu

📋 copy color: '#BDF37C'

red 189 ◦ green 243 ◦ blue 124

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

Shades of Sulu #BDF37C

Tints of Sulu #BDF37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.71%

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

R = 33.99%
G = 43.71%
B = 22.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#BDF37C (or 0xBDF37C) is known color: Sulu. HEX triplet: BD, F3 and 7C. RGB value is (189,243,124). Sum of RGB (Red+Green+Blue) = 189+243+124=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF37C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF37C is #420C83. Grayscale: #D5D5D5. Windows color (decimal): -4328580 or 8188861. OLE color: 8188861.

HSL color Cylindrical-coordinate representation of color #BDF37C: hue angle of 87.23º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF37C is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 124 -
CMYK 0.22 0 0.49 0.05
HSL 87.23º 0.83% 0.72% -
HSV(B) 87.23º 0.49% 0.95% -
XYZ 56.67 76.38 30.82 -
YUV 213.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 189 243 124 0.22 0 0.49 0.05 87.23 0.83 0.72
Hex BD F3 7C 16 0 31 5 57 53 48
Octal 275 363 174 26 0 61 5 127 123 110
Binary 10111101 11110011 1111100 10110 0 110001 101 1010111 1010011 1001000

Color Harmonies of #BDF37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF37C

Black with #BDF37C

Text Example


Text Example

White with #BDF37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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