Html Css Color HEX #BDFF7D Sulu

📋 copy color: '#BDFF7D'

red 189 ◦ green 255 ◦ blue 125

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

Shades of Sulu #BDFF7D

Tints of Sulu #BDFF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 44.82%

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

R = 33.22%
G = 44.82%
B = 21.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#BDFF7D (or 0xBDFF7D) is known color: Sulu. HEX triplet: BD, FF and 7D. RGB value is (189,255,125). Sum of RGB (Red+Green+Blue) = 189+255+125=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF7D is #420082. Grayscale: #DCDCDC. Windows color (decimal): -4325507 or 8257469. OLE color: 8257469.

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

Color convert

RGB 189 255 125 -
CMYK 0.26 0 0.51 0
HSL 90.46º 1% 0.75% -
HSV(B) 90.46º 0.51% 1% -
XYZ 60.45 83.82 32.39 -
YUV 220.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 189 255 125 0.26 0 0.51 0 90.46 1 0.75
Hex BD FF 7D 1A 0 33 0 5A 64 4B
Octal 275 377 175 32 0 63 0 132 144 113
Binary 10111101 11111111 1111101 11010 0 110011 0 1011010 1100100 1001011

Color Harmonies of #BDFF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFF7D

Black with #BDFF7D

Text Example


Text Example

White with #BDFF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFF7D; }

 p { color: rgb(189,255,125); }

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

background-color css

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

 a { background-color: rgb(189,255,125); }

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

border-color css

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

 span { border-color: rgb(189,255,125); }

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