Html Css Color HEX #BDFD7C Sulu

📋 copy color: '#BDFD7C'

red 189 ◦ green 253 ◦ blue 124

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

Shades of Sulu #BDFD7C

Tints of Sulu #BDFD7C

RGB

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

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

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

R = 33.39%
G = 44.7%
B = 21.91%

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

#BDFD7C (or 0xBDFD7C) is known color: Sulu. HEX triplet: BD, FD and 7C. RGB value is (189,253,124). Sum of RGB (Red+Green+Blue) = 189+253+124=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD7C is #420283. Grayscale: #DBDBDB. Windows color (decimal): -4326020 or 8191421. OLE color: 8191421.

HSL color Cylindrical-coordinate representation of color #BDFD7C: hue angle of 89.77º 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 #BDFD7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 124 -
CMYK 0.25 0 0.51 0.01
HSL 89.77º 0.97% 0.74% -
HSV(B) 89.77º 0.51% 0.99% -
XYZ 59.75 82.52 31.85 -
YUV 219.16 74.3 106.49 -
System Red Green Blue C M Y K H S L
Decimal 189 253 124 0.25 0 0.51 0.01 89.77 0.97 0.74
Hex BD FD 7C 19 0 33 1 5A 61 4A
Octal 275 375 174 31 0 63 1 132 141 112
Binary 10111101 11111101 1111100 11001 0 110011 1 1011010 1100001 1001010

Color Harmonies of #BDFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD7C

Black with #BDFD7C

Text Example


Text Example

White with #BDFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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