Html Css Color HEX #BDF28C Sulu

📋 copy color: '#BDF28C'

red 189 ◦ green 242 ◦ blue 140

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

Shades of Sulu #BDF28C

Tints of Sulu #BDF28C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.38%

 BLUE value IS 140 (55.08% from 255) = 24.52%

R = 33.1%
G = 42.38%
B = 24.52%

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

#BDF28C (or 0xBDF28C) is known color: Sulu. HEX triplet: BD, F2 and 8C. RGB value is (189,242,140). Sum of RGB (Red+Green+Blue) = 189+242+140=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 140 (55.08% from 255 or 24.52% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF28C is #420D73. Grayscale: #D6D6D6. Windows color (decimal): -4328820 or 9237181. OLE color: 9237181.

HSL color Cylindrical-coordinate representation of color #BDF28C: hue angle of 91.18º degrees, saturation: 0.8, 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 #BDF28C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 140 -
CMYK 0.22 0 0.42 0.05
HSL 91.18º 0.8% 0.75% -
HSV(B) 91.18º 0.42% 0.95% -
XYZ 57.47 76.22 36.49 -
YUV 214.53 85.94 109.79 -
System Red Green Blue C M Y K H S L
Decimal 189 242 140 0.22 0 0.42 0.05 91.18 0.8 0.75
Hex BD F2 8C 16 0 2A 5 5B 50 4B
Octal 275 362 214 26 0 52 5 133 120 113
Binary 10111101 11110010 10001100 10110 0 101010 101 1011011 1010000 1001011

Color Harmonies of #BDF28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF28C

Black with #BDF28C

Text Example


Text Example

White with #BDF28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF28C; }

 p { color: rgb(189,242,140); }

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

background-color css

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

 a { background-color: rgb(189,242,140); }

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

border-color css

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

 span { border-color: rgb(189,242,140); }

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