Html Css Color HEX #BDF27F Sulu

📋 copy color: '#BDF27F'

red 189 ◦ green 242 ◦ blue 127

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

Shades of Sulu #BDF27F

Tints of Sulu #BDF27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.76%

R = 33.87%
G = 43.37%
B = 22.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#BDF27F (or 0xBDF27F) is known color: Sulu. HEX triplet: BD, F2 and 7F. RGB value is (189,242,127). Sum of RGB (Red+Green+Blue) = 189+242+127=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF27F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF27F is #420D80. Grayscale: #D5D5D5. Windows color (decimal): -4328833 or 8385213. OLE color: 8385213.

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

Color convert

RGB 189 242 127 -
CMYK 0.22 0 0.48 0.05
HSL 87.65º 0.82% 0.72% -
HSV(B) 87.65º 0.48% 0.95% -
XYZ 56.57 75.86 31.74 -
YUV 213.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 189 242 127 0.22 0 0.48 0.05 87.65 0.82 0.72
Hex BD F2 7F 16 0 30 5 58 52 48
Octal 275 362 177 26 0 60 5 130 122 110
Binary 10111101 11110010 1111111 10110 0 110000 101 1011000 1010010 1001000

Color Harmonies of #BDF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF27F

Black with #BDF27F

Text Example


Text Example

White with #BDF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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