Html Css Color HEX #BDF18B Sulu

📋 copy color: '#BDF18B'

red 189 ◦ green 241 ◦ blue 139

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

Shades of Sulu #BDF18B

Tints of Sulu #BDF18B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.36%

 BLUE value IS 139 (54.69% from 255) = 24.43%

R = 33.22%
G = 42.36%
B = 24.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#BDF18B (or 0xBDF18B) is known color: Sulu. HEX triplet: BD, F1 and 8B. RGB value is (189,241,139). Sum of RGB (Red+Green+Blue) = 189+241+139=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF18B is #420E74. Grayscale: #D6D6D6. Windows color (decimal): -4329077 or 9171389. OLE color: 9171389.

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

Color convert

RGB 189 241 139 -
CMYK 0.22 0 0.42 0.05
HSL 90.59º 0.78% 0.75% -
HSV(B) 90.59º 0.42% 0.95% -
XYZ 57.1 75.59 36.01 -
YUV 213.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 189 241 139 0.22 0 0.42 0.05 90.59 0.78 0.75
Hex BD F1 8B 16 0 2A 5 5B 4E 4B
Octal 275 361 213 26 0 52 5 133 116 113
Binary 10111101 11110001 10001011 10110 0 101010 101 1011011 1001110 1001011

Color Harmonies of #BDF18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF18B

Black with #BDF18B

Text Example


Text Example

White with #BDF18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF18B; }

 p { color: rgb(189,241,139); }

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

background-color css

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

 a { background-color: rgb(189,241,139); }

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

border-color css

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

 span { border-color: rgb(189,241,139); }

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